瀏覽代碼

登陆问题

shish 6 年之前
父節點
當前提交
e2ad4e2623
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;