修改热门接口参数

This commit is contained in:
duan
2024-08-02 15:04:43 +08:00
parent 5bc744872b
commit 9a75cb474e
7 changed files with 125 additions and 10 deletions

View File

@@ -177,7 +177,8 @@ export default {
this.tableData.loading = true
await tbProductIsHot({
shopId: localStorage.getItem('shopId'),
id: row.id
id: row.id,
isHot:row.isHot
})
this.getTableData()
} catch (error) {