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

1.修改日常缴费;

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