diff --git a/coupon/couponCollection.html b/coupon/couponCollection.html index 35d0ba9..aa4595e 100644 --- a/coupon/couponCollection.html +++ b/coupon/couponCollection.html @@ -100,31 +100,30 @@ alt=""> -
+
+ :src="item.type==1?item.entity.show_url:(item.entity.channel==1?'https://lsxdemall.oss-cn-beijing.aliyuncs.com/commonproductlogo/zfbreduce.png':'https://lsxdemall.oss-cn-beijing.aliyuncs.com/commonproductlogo/wxreduce.png')">
-
+ v-html="item.type==1?item.entity.product_name:item.entity.batch_goods_name">

- - {{item.origin_price}} + + {{item.origin_price}}

@@ -151,16 +150,16 @@ {{item.type==1?item.entity.product_name:item.entity.batch_goods_name}}

- - {{item.origin_price}} + + {{item.origin_price}}

@@ -199,16 +198,16 @@
{{item.type==1?item.entity.product_name:item.entity.batch_goods_name}}

- - {{item.origin_price}} + + {{item.origin_price}}

@@ -504,6 +503,10 @@ }); } }, + /* 动态置灰 */ + dynamicAsh (item) { + return (item.stock && (item.stock < 0 || item.available != 1) && item.available != 2) ? 'changegray' : '' + }, //选择商品点击兑换 exchangeBtn (row = this.exchangeCommity) {