xbx #225

Merged
theluyuan merged 3 commits from xbx into master 2020-08-17 18:09:44 +08:00
Showing only changes of commit d8a92db5c2 - Show all commits

View File

@ -508,6 +508,14 @@ export default {
});
},
guanzhu(){
if(!this.$store.state.hasLogin){
uni.showToast({
title: '请先登录',
duration: 2000,
icon:"none"
});
return ;
}
const token = uni.getStorageSync('token');
let that = this
console.log(token)