买家端新增视频播放功能

This commit is contained in:
Yer
2023-07-20 16:50:43 +08:00
parent 6a653198c3
commit 9fce33ca18
5 changed files with 75 additions and 16 deletions

View File

@@ -178,6 +178,7 @@ export default {
// 搜索
handleSearch(key) {
this.params.keyword = key;
this.$route.query.keyword = key
this.params.pageNumber = 0;
this.getGoodsList();
},