客服
This commit is contained in:
parent
5a91ed68ef
commit
4d8acf9b34
|
|
@ -868,9 +868,10 @@
|
|||
kefuClick(){
|
||||
console.log('点击客服')
|
||||
console.log(this.userInfo);
|
||||
if(this.userInfo==null){
|
||||
if(this.userInfo==null||this.userInfo.nickName==null){
|
||||
uni.showToast({
|
||||
title:"未登录"
|
||||
title:"未登录",
|
||||
icon:'none'
|
||||
})
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user