merge
This commit is contained in:
@@ -68,10 +68,17 @@
|
||||
}
|
||||
},
|
||||
// 跳转群公告
|
||||
<<<<<<< HEAD
|
||||
toAnnounce(message) {
|
||||
if (message.content.extra) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/im/group/announceCreate?type=cheack&targetId=' + message.targetId + '&aId=' + message.content.extra
|
||||
=======
|
||||
toAnnounce(targetId) {
|
||||
if (targetId) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/im/group/announceCreate?type=check&targetId=' + this.message.targetId + '&aId=' + targetId
|
||||
>>>>>>> 32e3e0ef3040a5320c18aa4803fc5bf1476deb06
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user