Commit 1017b092 authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_11.2' into uat

parents 1ef8b62e a74ddfd4
......@@ -126,6 +126,13 @@ export default {
this.params.behavior = "viewPage";
this.params.data = "gameOrder";
this.GameStatistics();
if (this.params.userid) {
uni.setStorageSync("userid", this.params.userid);
}
if (this.params.sessionid) {
uni.setStorageSync("sessionid", this.params.sessionid);
}
this.init();
},
methods: {
......@@ -242,8 +249,6 @@ export default {
clearInterval(this.timer);
this.timer = null;
}
uni.setStorageSync("userid", this.params.userid);
uni.setStorageSync("sessionid", this.params.sessionid);
},
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment