From 2432cea731fe2e1b1aefca2d7e61c331fa2454e9 Mon Sep 17 00:00:00 2001 From: xk_guohonglei <2057494155@qq.com> Date: Thu, 10 Sep 2020 12:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=BC=96=E8=BE=91=E5=91=98?= =?UTF-8?q?=E5=B7=A5=E5=A4=9A=E5=87=BA=E6=9D=A5=E7=9A=84=E4=B8=80=E6=A0=B9?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/staff/editStaff/editStaff.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; + }