@@ -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 v-else class="price">
¥{{info.goods.group_config.money}}
@@ -22,7 +22,7 @@
<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>
<text>数量:</text>
@@ -17,7 +17,7 @@
<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 class="money_2">
<text>¥</text><text>{{item.flow_money||0}}</text>