Commit f2bb0391 authored by 李智书's avatar 李智书

1.提交更新;

parent 717fae2a
...@@ -344,10 +344,6 @@ ...@@ -344,10 +344,6 @@
}, },
// 充值 // 充值
async ExchangeRecharge() { async ExchangeRecharge() {
Toast({
message: '自定义图片',
icon: 'https://img.yzcdn.cn/vant/logo.png',
});
let amount, let amount,
bindMedium, bindMedium,
summary; summary;
...@@ -397,7 +393,15 @@ ...@@ -397,7 +393,15 @@
loading.clear(); loading.clear();
if (res5.code == "10000") { if (res5.code == "10000") {
this_.close(); this_.close();
this_.ExchangeRechargeQuery(res5.results.flowId, res5.results.corpSerno); Toast({
className: 'SubmittedSuccessfully',
message: '充值申请提交成功',
icon: require('../../../static/images/tijiaos.png'),
});
setTimeout(function() {
this_.ExchangeRechargeQuery(res5.results.flowId, res5.results
.corpSerno);
}, 2000)
} else { } else {
weui.topTips(res5.message) weui.topTips(res5.message)
} }
...@@ -699,6 +703,15 @@ ...@@ -699,6 +703,15 @@
background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%); background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
} }
.SubmittedSuccessfully {
width: 400rpx !important;
height: 200rpx !important;
margin: 0 auto !important;
background: #000000;
opacity: 0.8;
border-radius: 8rpx;
}
.cardNum { .cardNum {
width: 574rpx; width: 574rpx;
margin: 0 auto; margin: 0 auto;
......
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