소스 검색

登陆问题

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;