浏览代码

超级会员优惠券使用

zhengjinyi 3 年之前
父节点
当前提交
fead92c454
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/user/member/member.vue

+ 1 - 1
pages/user/member/member.vue

@@ -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>