Commit 830a2bba by fengzhaoyu

MOD:修改退款津贴问题

parent 297a096b
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</view> </view>
<view> <view>
<view>津贴金额</view> <view>津贴金额</view>
<view>-{{recordData.subsidyAmountc}}</view> <view>-{{recordData.subsidyAmount.toFixed(2)}}</view>
</view> </view>
<view> <view>
<view>创建时间</view> <view>创建时间</view>
......
...@@ -34,7 +34,6 @@ Page({ ...@@ -34,7 +34,6 @@ 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('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({
......
...@@ -228,10 +228,14 @@ Page({ ...@@ -228,10 +228,14 @@ Page({
onTitleClick() { onTitleClick() {
// 标题被点击 // 标题被点击
}, },
onPullDownRefresh() { // onPullDownRefresh() {
// 页面被下拉 // // 页面被下拉
}, // },
onReachBottom() { onReachBottom() {
// dd.alert({
// content: '111111',
// buttonText: '确定'
// })
let currentNum = ''; let currentNum = '';
if (this.data.currentPage < this.data.totalCount) { if (this.data.currentPage < this.data.totalCount) {
currentNum = this.data.currentPage + 1 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