Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into xbx

This commit is contained in:
2020-08-03 14:42:23 +08:00
16 changed files with 439 additions and 128 deletions

View File

@@ -182,10 +182,7 @@
console.log(123)
me.loginIn(res.data.token); //存储一个字符传值
// 缓存用户的信息
uni.setStorageSync({
key: 'user_info',
data: res.data
});
uni.setStorageSync('user_info',res.data);
if (res.data.member.has_labels) {
uni.switchTab({
@@ -196,7 +193,6 @@
url: '/pageA/topick/topick'
})
}
}
// 存储接口请求所需token