From f1100b9bab84436d4b5901f2ef5dca2971f507e4 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Sun, 3 Mar 2024 18:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E9=85=92=E9=81=93?= =?UTF-8?q?=E9=A6=86=E7=99=BB=E5=BD=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/admin/business/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/admin/business/index.vue b/pages/admin/business/index.vue index 90c0978..248662f 100644 --- a/pages/admin/business/index.vue +++ b/pages/admin/business/index.vue @@ -304,6 +304,7 @@ export default { clickLogin(){ let _this = this; let params = _this.loginInfo || {}; + uni.showLoading({title: '登录中...', mask: true}) storeLogin(params).then(res => { if (res.status == 200) { let data = res.data || {}; @@ -316,7 +317,9 @@ export default { }); this.getStoreList({is_sys: this.is_sys, appoint_mer_id: data.mer_id || ''}); } + uni.hideLoading(); }).catch(err => { + uni.hideLoading(); this.$util.Tips({ title: err }); }); } @@ -470,12 +473,12 @@ export default { } } .login-btn{ - width: 70%; + width: 90%; background: #8e1318; color: #f4dede; - height: 60rpx; - font-size: 30rpx; - line-height: 60rpx; + height: 80rpx; + font-size: 35rpx; + line-height: 80rpx; text-align: center; border-radius: 100rpx; margin: 130rpx auto 0 auto;