|
|
@@ -132,7 +132,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
- console.log('option--: ', option, decodeURIComponent(option.scene))
|
|
|
+ console.log('option--: ', option)
|
|
|
if (option.scene) {
|
|
|
let tid = decodeURIComponent(option.scene)
|
|
|
this.activityId = tid.split('=')[1]
|
|
|
@@ -150,7 +150,6 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- console.log('33333333333')
|
|
|
this.getActivity()
|
|
|
},
|
|
|
// 必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕
|