Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
9b9a50ca
Commit
9b9a50ca
authored
Mar 31, 2018
by
Junling Bu
Browse files
当没有更多用户足迹信息,显示提示信息。
parent
6b604407
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/footprint/footprint.js
View file @
9b9a50ca
...
@@ -79,11 +79,15 @@ Page({
...
@@ -79,11 +79,15 @@ Page({
this
.
setData
({
this
.
setData
({
page
:
this
.
data
.
page
+
1
page
:
this
.
data
.
page
+
1
});
});
this
.
getFootprintList
();
}
else
{
}
else
{
wx
.
showToast
({
title
:
'
没有更多用户足迹了
'
,
icon
:
'
none
'
,
duration
:
2000
});
return
false
;
return
false
;
}
}
this
.
getFootprintList
();
},
},
onReady
:
function
()
{
onReady
:
function
()
{
...
...
Write
Preview
Supports
Markdown
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