Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
xzf_uniapp-wechat-web
Commits
bdfd1aff
Commit
bdfd1aff
authored
Apr 11, 2022
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改缴费进度分页;
parent
c0394dd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
src/pages/StudentPayment/PayProgress/PayProgress.vue
src/pages/StudentPayment/PayProgress/PayProgress.vue
+1
-1
src/pages/StudentPayment/PayProgressDetails/PayProgressDetails.vue
.../StudentPayment/PayProgressDetails/PayProgressDetails.vue
+12
-0
No files found.
src/pages/StudentPayment/PayProgress/PayProgress.vue
View file @
bdfd1aff
...
...
@@ -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>
...
...
src/pages/StudentPayment/PayProgressDetails/PayProgressDetails.vue
View file @
bdfd1aff
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment