提交 7044316a 编写于 作者: VK1688's avatar VK1688

修复1.6.5 App.vue 微信小程序报错的问题

上级 8ad9c108
......@@ -4,8 +4,8 @@
methods: {
// 监听本地缓存
watchLocalStorage: function() {
let app = this;
let vk = app.globalData.vk;
let that = this;
let { vk } = that;
vk.localStorage.watch = function(obj){
let { type, key, data } = obj;
if(key === "uni_id_user_info"){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册