Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into xbx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user