Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-front
Overview
Overview
Details
Activity
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
platform
hg-front
Commits
b73bd5b7
Commit
b73bd5b7
authored
Aug 05, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面刷新bug优化
parent
a8ea6fea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
index.vue
pages/inspection/index.vue
+1
-4
list.vue
pages/product-order/list.vue
+2
-5
No files found.
pages/inspection/index.vue
View file @
b73bd5b7
...
@@ -228,13 +228,10 @@
...
@@ -228,13 +228,10 @@
countData
:{}
countData
:{}
};
};
},
},
on
Show
(
)
{
on
Load
(
option
)
{
this
.
pageData
.
offset
=
0
;
this
.
pageData
.
offset
=
0
;
this
.
onLoading
();
this
.
onLoading
();
},
},
onLoad
(
option
)
{
},
onReachBottom
()
{
onReachBottom
()
{
if
(
this
.
status
==
'loadmore'
)
{
if
(
this
.
status
==
'loadmore'
)
{
this
.
pageData
.
offset
+=
1
;
this
.
pageData
.
offset
+=
1
;
...
...
pages/product-order/list.vue
View file @
b73bd5b7
...
@@ -235,12 +235,9 @@
...
@@ -235,12 +235,9 @@
count
:
0
count
:
0
};
};
},
},
onShow
()
{
this
.
onLoading
();
this
.
pageData
.
offset
=
0
;
},
onLoad
(
option
)
{
onLoad
(
option
)
{
this
.
pageData
.
offset
=
0
;
this
.
onLoading
();
},
},
onReachBottom
()
{
onReachBottom
()
{
if
(
this
.
status
==
'loadmore'
)
{
if
(
this
.
status
==
'loadmore'
)
{
...
...
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