|
@@ -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()
|
|
|
},
|