Commit 830a2bba by fengzhaoyu

MOD:修改退款津贴问题

parent 297a096b
......@@ -13,7 +13,7 @@
</view>
<view>
<view>津贴金额</view>
<view>-{{recordData.subsidyAmountc}}</view>
<view>-{{recordData.subsidyAmount.toFixed(2)}}</view>
</view>
<view>
<view>创建时间</view>
......
......@@ -34,7 +34,6 @@ Page({
trxNo: this.data.trxNo
}
$http.$http('isv/consume/list_payment_record', data, 'GET').then((res) => {
console.log('billDetails'+res)
data = res.recordList[0]
data.createDate = _that.timeToStr(data.createDate);
_that.setData({
......
......@@ -228,10 +228,14 @@ Page({
onTitleClick() {
// 标题被点击
},
onPullDownRefresh() {
// 页面被下拉
},
// onPullDownRefresh() {
// // 页面被下拉
// },
onReachBottom() {
// dd.alert({
// content: '111111',
// buttonText: '确定'
// })
let currentNum = '';
if (this.data.currentPage < this.data.totalCount) {
currentNum = this.data.currentPage + 1
......
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