Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
9 years ago
Commit
7e989e6d925c73563c4dd9c6d1682fae385d11f0
1 parent
f2c294c4
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/vue/product/list/index.vue
public/vue/product/list/index.vue
View file @
7e989e6
...
...
@@ -81,7 +81,7 @@
page: nextPage
}, this.filter, locationQuery))
.done(res => {
if (res.
code === 200
) {
if (res.
data
) {
self.page = res.data.page;
self.totalPage = res.data.pageTotal;
self.$set('productList', self.productList.concat(res.data.productList));
...
...
Please
register
or
login
to post a comment