海报:完善商品海报分享

This commit is contained in:
puhui999
2024-05-14 23:23:31 +08:00
parent 8963ebc6af
commit dabefbe21c
8 changed files with 63 additions and 126 deletions
-1
View File
@@ -196,7 +196,6 @@
title: state.goodsInfo.name,
image: sheep.$url.cdn(state.goodsInfo.picUrl),
desc: state.goodsInfo.introduction,
path: 'pages/goods/index',
params: {
page: '2',
query: state.goodsInfo.id,
+1
View File
@@ -53,6 +53,7 @@
// 小程序识别二维码
if (options.scene) {
const sceneParams = decodeURIComponent(options.scene).split('=');
console.log("sceneParams=>",sceneParams);
options[sceneParams[0]] = sceneParams[1];
}
// #endif