Commit 8408b0c8 by fengzhaoyu

修改:修改原因如上条

parent 6f3d4cb3
...@@ -18,7 +18,7 @@ App({ ...@@ -18,7 +18,7 @@ App({
globalData: { globalData: {
loadingType: 0, loadingType: 0,
// globalUrl: '192.168.1.106:8400' // globalUrl: '192.168.1.106:8400'
// globalUrl: '192.168.1.102:8400' globalUrl: '192.168.1.102:8400'
globalUrl: '139.196.213.18:8400' // globalUrl: '139.196.213.18:8400'
} }
}); });
...@@ -35,7 +35,8 @@ Page({ ...@@ -35,7 +35,8 @@ Page({
statusList: this.data.statusList, statusList: this.data.statusList,
subsidyNo: this.data.subsidyNo subsidyNo: this.data.subsidyNo
} }
$http.$http('consume/list_payment_record', data, 'GET').then((res) => { $http.$http('isv/consume/list_payment_record', data, 'GET').then((res) => {
console.log('allowanceRecordList.js'+ res)
let dataList = [...res.recordList]; let dataList = [...res.recordList];
let recordAlliwanceListDataSource = _that.data.recordAlliwanceListData let recordAlliwanceListDataSource = _that.data.recordAlliwanceListData
if (dataList.length > 0) { if (dataList.length > 0) {
......
...@@ -33,7 +33,7 @@ Page({ ...@@ -33,7 +33,7 @@ Page({
trxNo: this.data.trxNo trxNo: this.data.trxNo
} }
$http.$http('isv/consume/list_payment_record', data, 'GET').then((res) => { $http.$http('isv/consume/list_payment_record', data, 'GET').then((res) => {
console.log(res) console.log('billDetails'+res)
data = res.recordList[0] data = res.recordList[0]
data.createDate = _that.timeToStr(data.createDate); data.createDate = _that.timeToStr(data.createDate);
_that.setData({ _that.setData({
......
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