mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
add wechat qrcode pay fee
This commit is contained in:
parent
1cd04ba515
commit
a457b70ea4
@ -359,7 +359,7 @@ var saveAs = saveAs || (function(view) {
|
||||
}
|
||||
//打开model
|
||||
$("#doBatchPayFeeModal").modal('show');
|
||||
$that.owePayFeeOrderInfo.payType = 'common';
|
||||
$that.batchPayFeeOrderInfo.payType = 'common';
|
||||
},
|
||||
_openPayFee: function() {
|
||||
if (vc.component.batchPayFeeOrderInfo.selectPayFeeIds.length <= 0) {
|
||||
@ -368,7 +368,7 @@ var saveAs = saveAs || (function(view) {
|
||||
}
|
||||
//打开model
|
||||
$("#doBatchPayFeeModal").modal('show');
|
||||
$that.owePayFeeOrderInfo.payType = 'qrCode';
|
||||
$that.batchPayFeeOrderInfo.payType = 'qrCode';
|
||||
},
|
||||
_closeDoBatchPayFeeModal: function() {
|
||||
$("#doBatchPayFeeModal").modal('hide');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user