Explorar el Código

超级会员优惠券使用

zhengjinyi hace 3 años
padre
commit
fead92c454
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>