Browse Source

2023-02-23

master
guoxing 2 years ago
parent
commit
426f1aafc0
  1. 4
      mallplusui-uniapp-app/pages/index/index.vue

4
mallplusui-uniapp-app/pages/index/index.vue

@ -245,8 +245,8 @@
</view>
<text class="title clamp">{{ item.name }}</text>
<view>
<text class="price">惠农价{{ item.price }}</text>
<text class="m-price">市场价{{ item.originalPrice }}</text>
<text class="price">惠农价{{ item.originalPrice }}</text>
<text class="m-price">市场价{{ item.price }}</text>
</view>
</view>

Loading…
Cancel
Save