update 小程序路径 review by chenling
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -112,7 +112,7 @@ class GroupPurchaseContainer extends Component { | @@ -112,7 +112,7 @@ class GroupPurchaseContainer extends Component { | ||
112 | if (!resource) { | 112 | if (!resource) { |
113 | return; | 113 | return; |
114 | } | 114 | } |
115 | - let miniProgramPath = '/pages/groupPurchase/groupPurchase?activity_id=' + activityId; | 115 | + let miniProgramPath = '/pages/groupPurchase/groupPurchase?activityId=' + activityId; |
116 | let fromPage = 'GroupPurchase'; | 116 | let fromPage = 'GroupPurchase'; |
117 | let bigImage = shareCodeInfo.get('bigImage'); | 117 | let bigImage = shareCodeInfo.get('bigImage'); |
118 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; | 118 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; |
-
Please register or login to post a comment