|
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
|
<!-- <view class='name line1'>{{ item.goodsName }}</view> -->
|
|
|
<view class='money font-color' :class='is_switch == true ? "" : "on"'>{{ $t(`¥`) }}<text
|
|
|
- class='num'>{{ item.salePrice }}</text></view>
|
|
|
+ class='num'>{{ item.salePrice - 0 }}</text></view>
|
|
|
<view class='vip acea-row row-between-wrapper' :class='is_switch == true ? "" : "on"'>
|
|
|
<!-- <view class='vip-money' v-if="item.salePrice && item.salePrice > 0">
|
|
|
{{ $t(`¥`) }}{{ item.salePrice }}
|