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

1.修改缴费进度分页;

parent c0394dd3
......@@ -54,7 +54,7 @@
</view>
<view class="listitem botto" style="align-items: baseline;">
<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>
......
......@@ -41,6 +41,7 @@
<text>{{(item.userClass||'')+'/'+(item.userGrade||'')}}</text>
</view>
</view>
<view class="bottomtxt">已经到底啦~</view>
</view>
<!-- -->
<view class="noData" v-else>
......@@ -112,6 +113,7 @@
onReachBottom: function(e) {
console.log("onReachBottom", e);
this.pageCurrent = this.pageCurrent + 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
},
methods: {
// 查询教职工管理的年级班级列表
......@@ -336,6 +338,16 @@
page {
background: #F3F5F6;
}
.bottomtxt {
// height: 21rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 400;
color: #999999;
line-height: 90rpx;
text-align: center;
}
.noData {
text-align: center;
......
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