xbx #101

Merged
theluyuan merged 3 commits from xbx into master 2020-08-03 07:57:47 +00:00
Showing only changes of commit 335f4c5564 - Show all commits

View File

@ -179,7 +179,14 @@
})
return false
} else {
console.log(123)
me.loginIn(res.data.token); //
//
uni.setStorageSync({
key: 'user_info',
data: res.data
});
if (res.data.member.has_labels) {
uni.switchTab({
url: '/pages/index/index'
@ -189,14 +196,7 @@
url: '/pageA/topick/topick'
})
}
//
uni.setStorageSync({
key: 'user_info',
data: res.data,
success: function() {
console.log('success');
}
});
}
// token