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
cade974a
Commit
cade974a
authored
Dec 05, 2018
by
Junling Bu
Browse files
fix[litemall-wx, renard-wx]: 修复团购列表错误。
parent
e79f1da2
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/groupon/grouponList/grouponList.js
View file @
cade974a
...
...
@@ -115,7 +115,7 @@ Page({
page
:
that
.
data
.
page
+
1
});
this
.
get
Topic
();
this
.
get
GrouponList
();
},
prevPage
:
function
(
event
)
{
...
...
@@ -127,6 +127,6 @@ Page({
that
.
setData
({
page
:
that
.
data
.
page
-
1
});
this
.
get
Topic
();
this
.
get
GrouponList
();
}
})
\ No newline at end of file
renard-wx/pages/groupon/grouponList/grouponList.js
View file @
cade974a
...
...
@@ -115,7 +115,7 @@ Page({
page
:
that
.
data
.
page
+
1
});
this
.
get
Topic
();
this
.
get
GrouponList
();
},
prevPage
:
function
(
event
)
{
...
...
@@ -127,6 +127,6 @@ Page({
that
.
setData
({
page
:
that
.
data
.
page
-
1
});
this
.
get
Topic
();
this
.
get
GrouponList
();
}
})
\ No newline at end of file
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