组件合并,群公告指向修复

This commit is contained in:
2022-02-24 10:01:22 +08:00
parent 9c7a8c8ee1
commit a7dccde63a
9 changed files with 40 additions and 38 deletions

View File

@@ -69,10 +69,10 @@
}
},
// 跳转群公告
toAnnounce(targetId) {
toAnnounce(targetId) {
if (targetId) {
uni.navigateTo({
url: '/pages/im/group/announceCreate?type=check&targetId=' + this.targetId
url: '/pages/im/group/announceCreate?type=check&targetId=' + this.message.targetId + '&aId=' + targetId
})
} else {
uni.showToast({