直播关注

This commit is contained in:
luyuan 2020-08-17 17:30:51 +08:00
parent 67a8316666
commit d8a92db5c2
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

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)