mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
optimize
This commit is contained in:
parent
4867cb6f5e
commit
98f0376e3a
@ -3,7 +3,8 @@
|
||||
data: {
|
||||
payFeeOrderConfirmInfo: {
|
||||
totalDiscountMoney: 0.0,
|
||||
accountAmount: 0.0
|
||||
accountAmount: 0.0,
|
||||
payType: '',
|
||||
}
|
||||
},
|
||||
_initMethod: function() {
|
||||
@ -13,11 +14,12 @@
|
||||
vc.on('payFeeOrderConfirm', 'openConfirm', function(_data) {
|
||||
$that.payFeeOrderConfirmInfo = _data;
|
||||
$("#doPayFeeModal").modal('show');
|
||||
|
||||
$that.payFeeOrderConfirmInfo.payType = _data.payType;
|
||||
if ($that.payFeeOrderConfirmInfo.payType != 'common') {
|
||||
$that.payFeeOrderInfo.payType = _type;
|
||||
setTimeout('document.getElementById("authCode").focus()', 1000);
|
||||
}
|
||||
|
||||
$that.$forceUpdate();
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user