Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李俊赕
self-support
Commits
40bd9692
Commit
40bd9692
authored
Aug 31, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 【小程序-我的-订单管理】:无法往上滑动列表
parent
2c850186
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
list.vue
src/pages/mine/order/list.vue
+1
-15
No files found.
src/pages/mine/order/list.vue
View file @
40bd9692
...
@@ -12,14 +12,8 @@
...
@@ -12,14 +12,8 @@
<scroll-view
<scroll-view
@
scrolltolower=
"reachBottom"
@
scrolltolower=
"reachBottom"
scroll-anchoring
scroll-anchoring
refresher-enabled=
"true"
:refresher-triggered=
"triggered"
:refresher-threshold=
"100"
:scroll-top=
"scrollTop"
refresher-background=
"#F4F5F7"
@
refresherrefresh=
"onRefresh"
@
refresherrestore=
"onRestore"
enable-back-to-top
enable-back-to-top
refresher-background=
"#F4F5F7"
>
>
<view
class=
"loading-view"
v-if=
"!loaded && !_freshing"
>
<view
class=
"loading-view"
v-if=
"!loaded && !_freshing"
>
<u-loading
mode=
"flower"
></u-loading>
<u-loading
mode=
"flower"
></u-loading>
...
@@ -194,14 +188,6 @@ export default {
...
@@ -194,14 +188,6 @@ export default {
showCountTime
,
showCountTime
,
})
})
},
},
onRefresh
()
{
if
(
this
.
_freshing
)
return
this
.
_freshing
=
true
this
.
reloadOrderList
()
},
onRestore
()
{
this
.
triggered
=
'restore'
// 需要重置
},
reloadOrderList
()
{
reloadOrderList
()
{
this
.
pageNumber
=
0
this
.
pageNumber
=
0
this
.
loadStatus
=
'loading'
this
.
loadStatus
=
'loading'
...
...
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