Commit 1d64af36 authored by 李智书's avatar 李智书

1.修改日常缴费;

parent 951576ed
...@@ -208,6 +208,7 @@ ...@@ -208,6 +208,7 @@
// 切换tab // 切换tab
async PayProjectTab(index) { async PayProjectTab(index) {
try { try {
this.pageCurrent = 1
if (index > 0) { if (index > 0) {
this.queryChargeEndPage(index) this.queryChargeEndPage(index)
return return
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
催交 催交
</view> </view>
<view class="class_name"> <view class="class_name">
<text>{{item.userClass||'一年级/102班'}}</text> <text>{{item.userClass+'/'+item.userGrade}}</text>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
// 切换tab // 切换tab
async PayProjectTab(index) { async PayProjectTab(index) {
try { try {
this.pageCurrent = 1
if (index > 0) { if (index > 0) {
this.queryChargeHistoryPage(index) this.queryChargeHistoryPage(index)
return return
......
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