长按群主,不展示菜单

This commit is contained in:
2022-02-24 11:34:28 +08:00
parent 33eacb2a5b
commit b8291a4222

View File

@@ -104,7 +104,10 @@
hideAction(item) {
this.actionShow = false
},
showAction(item) {
showAction(item) {
if (item.is_admin == 2) {
return
}
this.currentUser = item
this.actionTitle = item.name
// 只有管理员以上才会弹窗