优化直播间以及分销

This commit is contained in:
lemon橪
2021-06-29 11:58:06 +08:00
parent 8239aad928
commit 73c307173b
5 changed files with 12 additions and 12 deletions

View File

@@ -176,7 +176,7 @@ export default {
icon: "none",
});
let page = `pages/product/goods`;
let scene = `${goods.skuId},${goods.id},${this.routers.id}`;
let scene = `${goods.skuId},${goods.goodsId},${this.routers.id}`;
let result = await getMpCode({ page, scene });
if (result.data.success) {
let callback = result.data.result;