Commit bc927a6a by fengzhaoyu

修改:billDetails.js recordList.js修改回原来的接口

parent 4c9c1347
......@@ -32,7 +32,7 @@ Page({
pageNumber: 10,
trxNo: this.data.trxNo
}
$http.$http('isv/consume/list_expense_record', data, 'GET').then((res) => {
$http.$http('isv/consume/list_payment_record', data, 'GET').then((res) => {
console.log(res)
data = res.recordList[0]
data.createDate = _that.timeToStr(data.createDate);
......
......@@ -109,7 +109,7 @@ Page({
sceneType: this.data.sceneType,
orderStatus: this.data.statusList
}
$http.$http('isv/consume/list_expense_record', data, 'GET').then((res) => {
$http.$http('isv/consume/list_payment_record', data, 'GET').then((res) => {
console.log('record' + res)
let dataList = [...res.recordList];
let recordListDataSource = _that.data.recordListData
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment