Commit bdfd1aff authored by 李智书's avatar 李智书

1.修改缴费进度分页;

parent c0394dd3
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</view> </view>
<view class="listitem botto" style="align-items: baseline;"> <view class="listitem botto" style="align-items: baseline;">
<van-icon name="clock-o" /> <text class="Tips">{{item.diffTime}}收费结束</text> <van-icon name="clock-o" /> <text class="Tips">{{item.diffTime}}收费结束</text>
<view class="OneExpediting" @click="OneExpeditingPop(item)"> <view class="OneExpediting" v-if="item.nopayNum>0" @click="OneExpeditingPop(item)">
一键催交 一键催交
</view> </view>
</view> </view>
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
<text>{{(item.userClass||'')+'/'+(item.userGrade||'')}}</text> <text>{{(item.userClass||'')+'/'+(item.userGrade||'')}}</text>
</view> </view>
</view> </view>
<view class="bottomtxt">已经到底啦~</view>
</view> </view>
<!-- --> <!-- -->
<view class="noData" v-else> <view class="noData" v-else>
...@@ -112,6 +113,7 @@ ...@@ -112,6 +113,7 @@
onReachBottom: function(e) { onReachBottom: function(e) {
console.log("onReachBottom", e); console.log("onReachBottom", e);
this.pageCurrent = this.pageCurrent + 1 this.pageCurrent = this.pageCurrent + 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
}, },
methods: { methods: {
// 查询教职工管理的年级班级列表 // 查询教职工管理的年级班级列表
...@@ -337,6 +339,16 @@ ...@@ -337,6 +339,16 @@
background: #F3F5F6; background: #F3F5F6;
} }
.bottomtxt {
// height: 21rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 400;
color: #999999;
line-height: 90rpx;
text-align: center;
}
.noData { .noData {
text-align: center; text-align: center;
margin-top: 316rpx; margin-top: 316rpx;
......
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