...
|
...
|
@@ -5,7 +5,7 @@ |
|
|
// miniQrType=7 商品详情 √
|
|
|
// miniQrType=9 h5 √
|
|
|
// miniQrType=15 拼团列表 √
|
|
|
// miniQrType=18 逛
|
|
|
// miniQrType=18 逛
|
|
|
|
|
|
// miniQrType=15
|
|
|
|
...
|
...
|
@@ -19,8 +19,8 @@ const shareGroupPurchaseList = (shareInfo) => { |
|
|
let param = {
|
|
|
activityId,
|
|
|
}
|
|
|
let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=15';
|
|
|
let miniProgramPath = `/pages/groupPurchase/groupPurchase?activityId=${activityId}`;
|
|
|
let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=24' + '&miniapp_type=60';
|
|
|
let miniProgramPath = `/pages/group/list?activityId=${activityId}`;
|
|
|
let fromPage = 'GroupPurchase';
|
|
|
let businessId = 'collage';
|
|
|
|
...
|
...
|
@@ -48,13 +48,13 @@ const shareGroupPurchaseDetail = (shareInfo) => { |
|
|
union_type
|
|
|
} = shareInfo;
|
|
|
|
|
|
let miniProgramPath = `pages/groupPurchase/groupPurchaseDetail?productSkn=${productSkn}&activityId=${activityId}&union_type=${union_type}`
|
|
|
let miniProgramPath = `pages/group/detail?productSkn=${productSkn}&activityId=${activityId}&union_type=${union_type}`
|
|
|
let param = {
|
|
|
productSkn,
|
|
|
activityId,
|
|
|
union_type
|
|
|
};
|
|
|
let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=17';
|
|
|
let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=24' + '&miniapp_type=60';
|
|
|
|
|
|
let shareParam = {
|
|
|
title: productInfo.productName ? productInfo.productName : '',
|
...
|
...
|
@@ -162,9 +162,9 @@ const shareH5 = (shareInfo) => { |
|
|
return shareParam;
|
|
|
}
|
|
|
|
|
|
export {
|
|
|
shareGroupPurchaseList,
|
|
|
shareGroupPurchaseDetail,
|
|
|
export {
|
|
|
shareGroupPurchaseList,
|
|
|
shareGroupPurchaseDetail,
|
|
|
shareGoodsDetail,
|
|
|
shareStrollDetail,
|
|
|
shareH5,
|
...
|
...
|
|