lilei 8 月之前
父节点
当前提交
a94433e74f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pagesB/procureOrder.vue

+ 1 - 1
pagesB/procureOrder.vue

@@ -46,7 +46,7 @@
 									<view class="flex align_center rebate-tag" v-if="item.promoProductType=='REGULAR_PRODUCT'">
 										买{{item.conditionValue}}赠{{item.resultValue}}
 									</view>
-									<view class="flex align_center tejia-tag" v-if="item.promoProductType=='SPECIAL_PRODUCT_DISCOUNT'||item.promoProductType=='SPECIAL_PRODUCT_STRAIGHT_DOWN'">
+									<view class="flex align_center tejia-tag" v-if="item.promoProductType=='SPECIAL_PRODUCT'">
 										特价<text>¥{{item.priceOrig}}</text>
 									</view>
 								</view>