From 208b5a9f559dd2c7298759fdfe37d07c926cbd4d Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 23 九月 2024 17:09:21 +0800 Subject: [PATCH] 完善提现 --- src/pages/company/staff.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/pages/company/staff.vue b/src/pages/company/staff.vue index f971706..2233cb2 100644 --- a/src/pages/company/staff.vue +++ b/src/pages/company/staff.vue @@ -14,7 +14,7 @@ <view class="coreshop-ff chuany-bradius20"> <view class="c-p-24"> <view class="chuany-flex chuany-justify-between"> - <text class="chuany-font34"> + <text class="chuany-font32"> {{item.nickname}} </text> <view class="chuany-flex chuany-justify-between"> @@ -74,6 +74,7 @@ comId: item.id, isAdmin: !item.isAdmin } + item.isLoading = true $api.SaveStaffAdmin(obj).then(res => { if (res.code == 1) { $util.showToast({ @@ -86,6 +87,7 @@ title: res.error, }) } + item.isLoading = false }) } const search = (index) => { -- Gitblit v1.9.1