优化
This commit is contained in:
parent
5adb2dc0ec
commit
adb1fef9ec
@ -2,8 +2,8 @@
|
|||||||
"name" : "里海社区",
|
"name" : "里海社区",
|
||||||
"appid" : "__UNI__B5B1EDD",
|
"appid" : "__UNI__B5B1EDD",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.8",
|
"versionName" : "1.0.9",
|
||||||
"versionCode" : 108,
|
"versionCode" : 109,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
@ -107,10 +107,15 @@
|
|||||||
},
|
},
|
||||||
// 提现
|
// 提现
|
||||||
async goApply() {
|
async goApply() {
|
||||||
|
uni.showLoading({
|
||||||
|
title: '申请中',
|
||||||
|
mask: true
|
||||||
|
})
|
||||||
let res = await userWithdraw({
|
let res = await userWithdraw({
|
||||||
amount: this.payMoney.money,
|
amount: this.payMoney.money,
|
||||||
transfer_end_cycel: this.payMoney.end_cycle_time
|
transfer_end_cycel: this.payMoney.end_cycle_time
|
||||||
});
|
});
|
||||||
|
uni.hideLoading();
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon:'success',
|
icon:'success',
|
||||||
title: res.msg
|
title: res.msg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user