ruanzb 4 anos atrás
pai
commit
25caa38adf
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      pages/index/index.vue
  2. 2 2
      pages/publish/detail.vue

+ 1 - 1
pages/index/index.vue

@@ -324,7 +324,7 @@
 				})
 				this.labelIds = item.labelIds
 				this.labelNames = item.labelNames
-				this.cacheSelectedShop(item)
+				this.cacheSelectedShop(item[0])
 				//获取统计数据
 				this.getStatistic()
 			},

+ 2 - 2
pages/publish/detail.vue

@@ -33,7 +33,7 @@
 				</view>
 				<view class="flex margin-left-50">
 					<u-icon name="bag"></u-icon>
-					<text class="margin-left-10">活动供应价{{detail.supplyPrice}}%</text>
+					<text class="margin-left-10">活动供应价{{detail.supplyPrice/10}}折</text>
 				</view>
 			</view>
 			<view class="data">
@@ -76,7 +76,7 @@
 							<image style="border-radius: 50%;" :src="item.joinPic" mode=""></image>
 							<view>
 								<text>{{item.joinName | ellipsis}}</text>
-								<text>{{item.finalSupplyPrice}}折</text>
+								<text>{{item.finalSupplyPrice/10}}折</text>
 							</view>
 						</view>
 					</view>