...
|
...
|
@@ -433,7 +433,7 @@ Page(Object.assign({ |
|
|
return {
|
|
|
title: params.TITLE, // 分享标题
|
|
|
desc: params.DESC, // 分享描述
|
|
|
path: `/page/subPackage/pages/zeroSell/detail?actPrizeId=${this.data.product.id}`,
|
|
|
path: `/pages/zeroSell/detail?actPrizeId=${this.data.product.id}`,
|
|
|
imageUrl: this.data.product.cover_img,
|
|
|
success: function() {},
|
|
|
fail: function() {}
|
...
|
...
|
@@ -444,7 +444,7 @@ Page(Object.assign({ |
|
|
return {
|
|
|
title: params.TITLE, // 分享标题
|
|
|
desc: params.DESC, // 分享描述
|
|
|
path: `/page/subPackage/pages/zeroSell/detail?actPrizeId=${this.data.product.id}&shareUid=${app.getUid()}`,
|
|
|
path: `/pages/zeroSell/detail?actPrizeId=${this.data.product.id}&shareUid=${app.getUid()}`,
|
|
|
imageUrl: this.data.product.cover_img,
|
|
|
success: function() {},
|
|
|
fail: function() {}
|
...
|
...
|
|