shish hace 6 años
padre
commit
e2ad4e2623
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mall/src/pages/pay/index.vue

+ 1 - 0
mall/src/pages/pay/index.vue

@@ -186,6 +186,7 @@ export default {
         uni.setNavigationBarTitle({
           title: `您正在向【${res.shop.merchantName}】付款`
         });
+        //没有登陆不取优惠
         if (isLogin()) {
           this.$refs.couponSel._getUserDiscount().then(discountData => {
             this.discountArr = discountData;