This commit is contained in:
18631081161 2025-10-23 22:14:09 +08:00
parent 5a91ed68ef
commit 4d8acf9b34

View File

@ -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;
}