This commit is contained in:
2025-03-12 11:39:31 +08:00
parent b8a44a2716
commit 55954a4a9b
125 changed files with 30973 additions and 30045 deletions

View File

@@ -189,7 +189,7 @@ export default {
// 获取精选商品
this.$http
.post(
`book/shopproduct/appGetList?limit=${this.limit}&page=${this.page}&istop=${this.istop}`
`book/shopproduct/appGetList?limit=${this.limit}&page=${this.page}&istop=${this.istop}`,
)
.then((res) => {
this.goodsList = res.page.list;