zs 2 سال پیش
والد
کامیت
62ecfb7bd1
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      pagesMy/order/afterInfo.vue
  2. 1 1
      pagesMy/order/service.vue
  3. 1 1
      pagesRest/activity/info.vue

+ 1 - 1
pagesMy/order/afterInfo.vue

@@ -15,7 +15,7 @@
 				</view>
 				<view class="goodsother">
 					<view v-if="info.order_detail.type=='0'" class="price">
-						¥{{info.goods.sell_money}}
+						¥{{info.goods.price}}
 					</view>
 					<view v-else class="price">
 						¥{{info.goods.group_config.money}}

+ 1 - 1
pagesMy/order/service.vue

@@ -22,7 +22,7 @@
 							</view>
 							<view class="other_1">
 								<text>金额:</text>
-								<text class="money">¥{{info.type=='0'?item.sell_money:item.group_config.money}}</text>
+								<text class="money">¥{{info.type=='0'?item.price:item.group_config.money}}</text>
 							</view>
 							<view class="other_1">
 								<text>数量:</text>

+ 1 - 1
pagesRest/activity/info.vue

@@ -17,7 +17,7 @@
 							</view>
 							<view class="money">
 								<view class="money_1">
-									<text>¥</text><text>{{item.sell_money||0}}</text>
+									<text>{{item.platform_act_type=='3'?'特价¥':'¥'}}</text><text>{{item.platform_act_type=='3'?item.config.sp_price:item.sell_money}}</text>
 								</view>
 								<view class="money_2">
 									<text>¥</text><text>{{item.flow_money||0}}</text>