Преглед на файлове

新增公众号进来登录

xuqiaoying преди 3 години
родител
ревизия
d061f550d8
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      pages2/dailyPractice/index.vue

+ 4 - 0
pages2/dailyPractice/index.vue

@@ -105,10 +105,14 @@ export default {
         }
     },
     onLoad(option) {
+        console.log('参数option:', option);
         this.goodsId = option.goodsId
         this.orderGoodsId = option.orderGoodsId
     },
     onShow() {
+        if (this.$method.isGoLogin()) { // 从公众号消息进来的没登录需要跳到登录页,登录后返回
+            return
+        }
         this.initCalendar()
         this.getToDayExam()
     },