|
@@ -78,7 +78,7 @@
|
|
|
<text v-if="coupon.couponType == 1">
|
|
|
{{ coupon.categoryType == 1 ? '仅限购买产品类商品' : '仅限购买仪器类商品' }}
|
|
|
</text>
|
|
|
- <text v-if="coupon.couponType == 3">仅限购买店铺【{{ coupon.shopName }}】的商品</text>
|
|
|
+ <text v-if="coupon.couponType == 3">仅限购买店铺【...】</text>
|
|
|
<text v-if="coupon.couponType == 4 || coupon.couponType == 2">全商城商品通用</text>
|
|
|
</view>
|
|
|
</view>
|