mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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.billId = param.params.billId.trim();
|
||||||
param.params.billName = param.params.billName.trim();
|
param.params.billName = param.params.billName.trim();
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiGet('fee.listBill',
|
vc.http.apiGet('/fee.listBill',
|
||||||
param,
|
param,
|
||||||
function(json, res) {
|
function(json, res) {
|
||||||
var _billManageInfo = JSON.parse(json);
|
var _billManageInfo = JSON.parse(json);
|
||||||
|
|||||||
@ -315,9 +315,8 @@
|
|||||||
feeName: $that.payFeeOrderInfo.feeName,
|
feeName: $that.payFeeOrderInfo.feeName,
|
||||||
amount: $that.payFeeOrderInfo.receivedAmount
|
amount: $that.payFeeOrderInfo.receivedAmount
|
||||||
});
|
});
|
||||||
vc.http.post(
|
vc.http.apiPost(
|
||||||
'propertyPay',
|
'/fee.payFee',
|
||||||
'payFee',
|
|
||||||
JSON.stringify(vc.component.payFeeOrderInfo), {
|
JSON.stringify(vc.component.payFeeOrderInfo), {
|
||||||
emulateJSON: true
|
emulateJSON: true
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user