|
@@ -78,7 +78,7 @@
|
|
|
</template>
|
|
|
<!-- 价格 -->
|
|
|
<template slot="productPrice" slot-scope="text, record">
|
|
|
- {{ text }} (<span title="原价">{{ record.origPrice }}</span>)
|
|
|
+ {{ text }} <span title="原价" v-if="promoProductClz == 'GIFT' || promoProductClz == 'DISCOUNT'">({{ record.origPrice }})</span>
|
|
|
</template>
|
|
|
<!-- 产品名称 -->
|
|
|
<template slot="productName" slot-scope="text, record">
|
|
@@ -255,7 +255,7 @@ export default {
|
|
|
this.queryParam.dealerLevel = data.buyerLevel
|
|
|
this.queryParam.promoRuleSn = promo.promoRuleSn
|
|
|
const tabList = []
|
|
|
- if(this.promoRuleData){
|
|
|
+ if(this.promoRuleData){
|
|
|
if(this.promoRuleData.gateFlag==='1'){
|
|
|
tabList.push({text:'门槛产品',val:'GATE'})
|
|
|
}
|