|
@@ -63,6 +63,9 @@ export default {
|
|
|
return this.$store.state.userinfo;
|
|
|
}
|
|
|
},
|
|
|
+ onLoad() {
|
|
|
+ this.item = JSON.parse(decodeURIComponent(option.item))
|
|
|
+ },
|
|
|
onShow() {
|
|
|
this.getBound()
|
|
|
},
|
|
@@ -134,10 +137,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- created() {
|
|
|
- //加载完成后开启监听全局 MESSAGE 事件
|
|
|
- this.item = getApp().globalData.detail; //从兑换列表页面进入当前页面后从 getApp().globalData.detail 取值
|
|
|
- }
|
|
|
+ // created() {
|
|
|
+ // //加载完成后开启监听全局 MESSAGE 事件
|
|
|
+ // this.item = getApp().globalData.detail; //从兑换列表页面进入当前页面后从 getApp().globalData.detail 取值
|
|
|
+ // }
|
|
|
};
|
|
|
</script>
|
|
|
|