Browse Source

no message

DaMowang 3 years ago
parent
commit
fbccb1e50c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/product/productRetail.vue

+ 1 - 1
src/pages/product/productRetail.vue

@@ -9,7 +9,7 @@
                     <view class="info_option flex_r flex_ac flex_jb">
                         <view class="info_price"><text>¥</text>{{item.price}}</view>
                     </view>
-                    <view class="info_hint">赠送{{item.give_integral ? item.give_integral + '批发积分' : item.give_cha_bao + '茶宝'}}</view>
+                    <view class="info_hint" v-if="type != 6">赠送{{item.give_integral ? item.give_integral + '批发积分' : item.give_cha_bao + '茶宝'}}</view>
                 </view>
             </view>
         </view>