|
@@ -101,15 +101,18 @@ export default {
|
|
|
orderGoodsId: '',
|
|
|
dayExamDetail: {}, // 每日一练当天信息试卷
|
|
|
dayRecordList: [], // 每日一练试卷日历打卡记录
|
|
|
- meassgeModal: false
|
|
|
+ meassgeModal: false,
|
|
|
+ options: {},
|
|
|
}
|
|
|
},
|
|
|
- onLoad(option) {
|
|
|
+onLoad(option) {
|
|
|
console.log('参数option:', option);
|
|
|
+ this.options = option
|
|
|
this.goodsId = option.goodsId
|
|
|
this.orderGoodsId = option.orderGoodsId
|
|
|
},
|
|
|
onShow() {
|
|
|
+ console.log('this.options:', this.options);
|
|
|
if (this.$method.isGoLogin()) { // 从公众号消息进来的没登录需要跳到登录页,登录后返回
|
|
|
return
|
|
|
}
|