diff --git a/pages/im/friends/index.vue b/pages/im/friends/index.vue index 7a46ae7..c6f759c 100644 --- a/pages/im/friends/index.vue +++ b/pages/im/friends/index.vue @@ -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) { diff --git a/pages/im/group/info.vue b/pages/im/group/info.vue index 5dee573..e25e977 100644 --- a/pages/im/group/info.vue +++ b/pages/im/group/info.vue @@ -1,7 +1,7 @@