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
郭成尧
2016-08-03 18:33:10 +0800
Commit
5d68bbd2d5037ad4115206069efaf8bf8a83c1cb
1 parent
efa8cb6f
'page处理'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/vue/product/shop/shop-box.vue
public/vue/product/shop/shop-box.vue
View file @
5d68bbd
...
...
@@ -109,7 +109,7 @@
this.inSearching = true;
$.get(this.url, Object.assign({
page:
this.p
age
page:
nextP
age
}, this.filter, locationQuery)).done(result => {
if (result.code === 200) {
self.page = result.data.page;
...
...
Please
register
or
login
to post a comment