Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3c305c67d72bc80230f2d37abd6a56c435c350b5
Authored by
zhiyangdu
2020-04-10 15:54:19 +0800
1 parent
5401e898
体验优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/tabBox/tabBox.vue
src/components/tabBox/tabBox.vue
View file @
3c305c6
...
...
@@ -172,7 +172,7 @@
172
172
// 页脚加成2
173
173
if(this.paging.commodity.page === 1){
174
174
this.$nextTick(() => {
175
- this.paging.commodity.page = 2
175
+ this.paging.commodity.page = 2
;
176
176
});
177
177
}
178
178
} else {
...
...