Commit 43420463 authored by 袁玲利's avatar 袁玲利

研发环境充值金额固定为3元

parent 5bf3b53c
......@@ -842,25 +842,25 @@
// 充值
async ExchangeRecharge() {
let amount, bindMedium, summary;
if (this.isOtherMoney) {
if (this.inputOtherM == "") {
uni.showModal({
title: "系统提示",
content: "请输入要充值的金额!",
});
return;
}
amount = this.inputOtherM * 1;
} else {
if (this.Money == "") {
uni.showModal({
title: "系统提示",
content: "请选择要充值的金额!",
});
return;
}
amount = this.Money * 1;
}
// if (this.isOtherMoney) {
// if (this.inputOtherM == "") {
// uni.showModal({
// title: "系统提示",
// content: "请输入要充值的金额!",
// });
// return;
// }
// amount = this.inputOtherM * 1;
// } else {
// if (this.Money == "") {
// uni.showModal({
// title: "系统提示",
// content: "请选择要充值的金额!",
// });
// return;
// }
// amount = this.Money * 1;
// }
let this_ = this;
if (!this.openCardPhon || this.openCardPhon.length !== 11) {
Dialog({
......
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