..
This commit is contained in:
@@ -85,18 +85,18 @@
|
||||
},
|
||||
// 新朋友
|
||||
toPending() {
|
||||
if (this.pendingCount > 0) {
|
||||
// if (this.pendingCount > 0) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/im/friends/pending'
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: ` 暂无好友申请 ~ `,
|
||||
icon: "none",
|
||||
mask: true,
|
||||
duration: 3000
|
||||
})
|
||||
}
|
||||
// } else {
|
||||
// uni.showToast({
|
||||
// title: ` 暂无好友申请 ~ `,
|
||||
// icon: "none",
|
||||
// mask: true,
|
||||
// duration: 3000
|
||||
// })
|
||||
// }
|
||||
}
|
||||
},
|
||||
onNavigationBarButtonTap(e) {
|
||||
|
||||
Reference in New Issue
Block a user