This commit is contained in:
liushiwei
2023-08-13 21:01:38 +08:00
parent 3fec4d8176
commit 8e41dcdf62

View File

@@ -181,7 +181,8 @@ import { Message } from 'element-ui'
sendChromeAPIMessage({ sendChromeAPIMessage({
url: 'bg-anniston-mms/category/children/list', url: 'bg-anniston-mms/category/children/list',
needMallId: true, needMallId: true,
mallId: this.productPage.mallId, data: {
}
}).then(res => { }).then(res => {
console.log(res) console.log(res)
}) })