This commit is contained in:
cansnow
2026-02-08 16:27:14 +08:00
parent 1f4a588d3b
commit 560b214af4
4 changed files with 87 additions and 123 deletions
+1 -1
View File
@@ -361,7 +361,7 @@
if (_this.storeCurrentUserID == data.sendID && diff < 120000) {
menu.push('撤回')
}
if(_this.isAdmin | _this.isOwner){
if(_this.isAdmin || _this.isOwner){
menu.push('撤回(管理员功能)')
}
uni.showActionSheet({