Commit 3c305c67d72bc80230f2d37abd6a56c435c350b5
1 parent
5401e898
体验优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/tabBox/tabBox.vue
| @@ -172,7 +172,7 @@ | @@ -172,7 +172,7 @@ | ||
| 172 | // 页脚加成2 | 172 | // 页脚加成2 |
| 173 | if(this.paging.commodity.page === 1){ | 173 | if(this.paging.commodity.page === 1){ |
| 174 | this.$nextTick(() => { | 174 | this.$nextTick(() => { |
| 175 | - this.paging.commodity.page = 2 | 175 | + this.paging.commodity.page = 2; |
| 176 | }); | 176 | }); |
| 177 | } | 177 | } |
| 178 | } else { | 178 | } else { |