22
This commit is contained in:
parent
07623d14e5
commit
4dc862823d
|
|
@ -1,4 +1,4 @@
|
|||
<template>
|
||||
<template>
|
||||
<!-- 页面主体 -->
|
||||
<view>
|
||||
<!--提示框组件-->
|
||||
|
|
@ -96,9 +96,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