|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|