恢复视频的发布

This commit is contained in:
cansnow
2026-02-15 19:40:36 +08:00
parent 7c6656d1fc
commit abd279e7a7
22 changed files with 236 additions and 129 deletions
+6 -1
View File
@@ -75,7 +75,12 @@
},
confirmRemove() {
IMSDK.asyncApi(IMSDK.IMMethods.DeleteFriend,IMSDK.uuid(),this.sourceInfo.userID,)
.then(() => this.showToast("操作成功"))
.then(() => {
this.showToast("操作成功");
uni.navigateBack({
delta: 2,
})
})
.catch(() => this.showToast("操作失败"))
.finally(() => (this.showConfirm = false));
},