This commit is contained in:
weipengfei 2023-09-12 09:39:40 +08:00
parent 5adb2dc0ec
commit adb1fef9ec
2 changed files with 7 additions and 2 deletions

View File

@ -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" : {

View File

@ -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