Commit 09a92ce3 by 侯体倬 Committed by 李嘉林

store 数据丢失后获取缓存

parent f2e1e706
...@@ -64,6 +64,7 @@ export default { ...@@ -64,6 +64,7 @@ export default {
this.$mpBehavior.login(userInfo.userId); this.$mpBehavior.login(userInfo.userId);
} }
} }
wx.setStorageSync("mixid", this.extConfig.mixid);
console.log("1444444444", this.extConfig); console.log("1444444444", this.extConfig);
this.$store.commit("setExtConfig", this.extConfig.mixid); this.$store.commit("setExtConfig", this.extConfig.mixid);
......
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