From adb1fef9ecc17f5292614a8f02e8d0573255bc54 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 12 Sep 2023 09:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- subpkg/withdrawDeposit/company.vue | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2935d26..c99c041 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "里海社区", "appid" : "__UNI__B5B1EDD", "description" : "", - "versionName" : "1.0.8", - "versionCode" : 108, + "versionName" : "1.0.9", + "versionCode" : 109, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/subpkg/withdrawDeposit/company.vue b/subpkg/withdrawDeposit/company.vue index cdc7912..a7053c5 100644 --- a/subpkg/withdrawDeposit/company.vue +++ b/subpkg/withdrawDeposit/company.vue @@ -107,10 +107,15 @@ }, // 提现 async goApply() { + uni.showLoading({ + title: '申请中', + mask: true + }) let res = await userWithdraw({ amount: this.payMoney.money, transfer_end_cycel: this.payMoney.end_cycle_time }); + uni.hideLoading(); uni.showToast({ icon:'success', title: res.msg