Commit 61a88dbc authored by 李智书's avatar 李智书

1.提交更新;

parent a988c3f0
......@@ -325,8 +325,8 @@
success: function(res5) {
loading.hide();
if (res5.code == "10000") {
let appStatus = res5.results.appStatus;
if (appStatus == '4') {
let appStatus = res5.results.status;
if (appStatus == 'S') {
uni.showModal({
title: "系统提示",
content: "提现成功!"
......@@ -335,7 +335,7 @@
} else {
uni.showModal({
title: "系统提示",
content: appStatus == '1' ? '申请已受理' : res5.message
content: appStatus == 'P' ? '提现处理中' : "提现失败"
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment