uniapp运行微信小程序中storage和vuex中值的存取
storageuni.getStorageSync('openId');uni.setStorageSync('openId',"val");vuex_this.$store.commit('set_user_info', infoRes.userInfo);用直接用就可
·
localstorage
uni.setStorageSync('openId',"val");
uni.getStorageSync('openId');
vuex
_this.$store.commit('set_user_info', infoRes.userInfo);
_this.$store.state.dwid;
更多推荐
所有评论(0)