修改热门接口参数
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user