去除推荐商品的卖点

h5
wangdong 5 months ago
parent ecbc73e2a8
commit c7bc3911b4
  1. 2
      pages/cart/index.vue
  2. 2
      pages/user/index.vue

@ -84,7 +84,7 @@
</view> </view>
<view class="goodsInfo"> <view class="goodsInfo">
<view class="title"> <view class="title">
<text v-if="item.selling_point" class="ziying">{{item.selling_point}}</text> <!-- <text v-if="item.selling_point" class="ziying">{{item.selling_point}}</text> -->
<text class="name">{{item.goods_name}}</text> <text class="name">{{item.goods_name}}</text>
</view> </view>
</view> </view>

@ -532,7 +532,7 @@
</view> </view>
<view class="goodsInfo"> <view class="goodsInfo">
<view class="title"> <view class="title">
<text v-if="item.selling_point" class="ziying">{{item.selling_point}}</text> <!-- <text v-if="item.selling_point" class="ziying">{{item.selling_point}}</text> -->
<text class="name">{{item.goods_name}}</text> <text class="name">{{item.goods_name}}</text>
</view> </view>
<view class="price" style="margin-top: 12rpx;"> <view class="price" style="margin-top: 12rpx;">

Loading…
Cancel
Save