Commit d0f1d8bf authored by jyx's avatar jyx

代码优化

parent 9afee942
......@@ -389,6 +389,9 @@
} else {
if (this.userIdcardStatus == 1) {
// 直接聊
uni.navigateTo({
url: `/TUIKit/components/TUIChat/index?conversationID=C2C${this.uid}`
});
} else if (this.userIdcardStatus == 2) {
message.notify("正在认证审核中")
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment