efps-version
elf 1 year ago
parent 1f4516d0d2
commit 6eed282502

@ -248,6 +248,7 @@ class MineCommand extends HyperfCommand
'data' => json_encode([
'outOrderNo' => time().rand(1000, 9999),
'outMemberId' => 'T001',
'amount' => 200,
'notifyUrl' => 'https://www.baidu.com',
]),
];

@ -205,7 +205,7 @@
this.form.cardNo = result.user.cardNo;
this.form.mobile = result.user.mobile;
this.form.bankCardNo = result.user.bankCardNo;
if (this.form.amount > 0) {
if (result.user.amount > 0) {
this.form.amount = result.user.amount;
this.amountReadonly = true;
}

Loading…
Cancel
Save