mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化缴费为cmd 模式
This commit is contained in:
parent
83a8a70f6a
commit
75aaa818e7
@ -47,7 +47,7 @@
|
||||
param.params.billId = param.params.billId.trim();
|
||||
param.params.billName = param.params.billName.trim();
|
||||
//发送get请求
|
||||
vc.http.apiGet('fee.listBill',
|
||||
vc.http.apiGet('/fee.listBill',
|
||||
param,
|
||||
function(json, res) {
|
||||
var _billManageInfo = JSON.parse(json);
|
||||
|
||||
@ -315,9 +315,8 @@
|
||||
feeName: $that.payFeeOrderInfo.feeName,
|
||||
amount: $that.payFeeOrderInfo.receivedAmount
|
||||
});
|
||||
vc.http.post(
|
||||
'propertyPay',
|
||||
'payFee',
|
||||
vc.http.apiPost(
|
||||
'/fee.payFee',
|
||||
JSON.stringify(vc.component.payFeeOrderInfo), {
|
||||
emulateJSON: true
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user