update 小程序路径 review by chenling
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -94,7 +94,7 @@ class GroupPurchaseContainer extends Component { | @@ -94,7 +94,7 @@ class GroupPurchaseContainer extends Component { | ||
94 | imageUrl: url, | 94 | imageUrl: url, |
95 | fromPage, | 95 | fromPage, |
96 | } | 96 | } |
97 | - | 97 | + |
98 | ReactNative.NativeModules.YH_CommonHelper.shareImageToWXMini(param); | 98 | ReactNative.NativeModules.YH_CommonHelper.shareImageToWXMini(param); |
99 | this.props.actions.showSnapshootShare(false); | 99 | this.props.actions.showSnapshootShare(false); |
100 | } | 100 | } |
@@ -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