修改积分商品价格错误的问题

This commit is contained in:
anhaogxs
2021-02-22 15:29:57 +08:00
parent fa00b519ce
commit 347fc6dbad
3 changed files with 2 additions and 3 deletions

View File

@ -52,7 +52,7 @@
<view class="text" :class="Switch === true ? '' : 'on'">
<view class="name line1">{{ item.storeName }}</view>
<view class="money font-color-red" :class="Switch === true ? '' : 'on'">
<text class="num">{{ item.price }}积分</text>
<text class="num">{{ item.integral }}积分</text>
</view>
<view class="vip acea-row row-between-wrapper" :class="Switch === true ? '' : 'on'">
<!-- <view class="vip-money">¥{{ item.otPrice }}</view> -->