Przeglądaj źródła

Merge branch 'master' of http://39.101.143.165:8090/hxl13994548489/LocalLivingServicesUniapp

lihongxiao 1 rok temu
rodzic
commit
f8e2d2c5f8
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      pages/index/shop.vue

+ 3 - 3
pages/index/shop.vue

@@ -15,14 +15,14 @@
 				</view>
 				<view class="content">
 					<view class="img">
-						<image :src="'http://192.168.0.36:8080/jeecg-boot/'+shopData.headPhoto" mode=""></image>
+						<image :src="shopData.logo" mode=""></image>
 					</view>
 					<view class="name">
 						{{shopData.storeName}}
 						<view class="avg">
-							<u-rate :count="count" v-model="shopData.commentGradeAvg" active-icon="heart-fill" inactive-icon="heart"
+							<u-rate :count="count" v-model="shopData.grade" active-icon="heart-fill" inactive-icon="heart"
 								:disabled="true"></u-rate>
-							<span>{{shopData.commentGradeAvg}}分</span>
+							<span>{{shopData.grade}}分</span>
 						</view>
 						<span v-if="shopData.merchantStatus == 1">营业中</span>
 						<span v-if="shopData.merchantStatus == 3" style="color: #FF8024;">歇业中</span>