lilei 8 months ago
parent
commit
a94433e74f
1 changed files with 1 additions and 1 deletions
  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>