diff --git a/pages/staff/editStaff/editStaff.vue b/pages/staff/editStaff/editStaff.vue index aa8e172..b94b551 100644 --- a/pages/staff/editStaff/editStaff.vue +++ b/pages/staff/editStaff/editStaff.vue @@ -130,7 +130,9 @@ }) }, deleteUser() { - staffApi.unbindingUser({cUserId:this.tempUid.id}).then(res => { + staffApi.unbindingUser({ + cUserId: this.tempUid.id + }).then(res => { if (res.code === 20000) { uni.showToast({ title: res.msg, @@ -247,4 +249,8 @@ } } + + .cu-list.menu-avatar>.cu-item::after { + border: none; + }