完善商品搜索,商品分页,调整聊聊栏目提示开发提示,新增检查版本更新

This commit is contained in:
唐明明
2022-01-14 10:19:17 +08:00
parent e46e35cfbd
commit 1c4393bb6a
9 changed files with 419 additions and 162 deletions

View File

@@ -5,6 +5,7 @@
<u-tabs
class="tabs"
:list="tabs"
:current="index"
lineColor="#34CE98"
@click="onTabs"
sticky
@@ -63,6 +64,7 @@
}
},
mounted() {
this.index = this.$Route.query.index
this.getOrder()
},
methods:{