修改 bug. review by chenlin
Showing
2 changed files
with
6 additions
and
6 deletions
@@ -163,7 +163,7 @@ class GroupPurchaseContainer extends Component { | @@ -163,7 +163,7 @@ class GroupPurchaseContainer extends Component { | ||
163 | 163 | ||
164 | let bigImage = shareCodeInfo.get('bigImage'); | 164 | let bigImage = shareCodeInfo.get('bigImage'); |
165 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; | 165 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; |
166 | - let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool="${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"`; | 166 | + let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool=${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}`; |
167 | 167 | ||
168 | InteractionManager.runAfterInteractions(()=>{ | 168 | InteractionManager.runAfterInteractions(()=>{ |
169 | let param = { | 169 | let param = { |
@@ -188,7 +188,7 @@ class GroupPurchaseContainer extends Component { | @@ -188,7 +188,7 @@ class GroupPurchaseContainer extends Component { | ||
188 | 188 | ||
189 | let bigImage = shareCodeInfo.get('bigImage'); | 189 | let bigImage = shareCodeInfo.get('bigImage'); |
190 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; | 190 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; |
191 | - let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool="${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"`; | 191 | + let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool=${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}`; |
192 | 192 | ||
193 | InteractionManager.runAfterInteractions(()=>{ | 193 | InteractionManager.runAfterInteractions(()=>{ |
194 | let param = { | 194 | let param = { |
@@ -212,7 +212,7 @@ class GroupPurchaseContainer extends Component { | @@ -212,7 +212,7 @@ class GroupPurchaseContainer extends Component { | ||
212 | 212 | ||
213 | let bigImage = shareCodeInfo.get('bigImage'); | 213 | let bigImage = shareCodeInfo.get('bigImage'); |
214 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; | 214 | let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : ''; |
215 | - let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool="${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"`; | 215 | + let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool=${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}`; |
216 | 216 | ||
217 | InteractionManager.runAfterInteractions(()=>{ | 217 | InteractionManager.runAfterInteractions(()=>{ |
218 | let param = { | 218 | let param = { |
@@ -212,7 +212,7 @@ class GroupPurchaseDetailContainer extends Component { | @@ -212,7 +212,7 @@ class GroupPurchaseDetailContainer extends Component { | ||
212 | let productName = resource.productName; | 212 | let productName = resource.productName; |
213 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; | 213 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; |
214 | 214 | ||
215 | - let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo="${groupNo}"&activityId="${activityId}"&union_type="${unionType}"`; | 215 | + let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo=${groupNo}&activityId=${activityId}&union_type=${unionType}`; |
216 | InteractionManager.runAfterInteractions(()=>{ | 216 | InteractionManager.runAfterInteractions(()=>{ |
217 | let param = { | 217 | let param = { |
218 | isText: 'text', | 218 | isText: 'text', |
@@ -248,7 +248,7 @@ class GroupPurchaseDetailContainer extends Component { | @@ -248,7 +248,7 @@ class GroupPurchaseDetailContainer extends Component { | ||
248 | let productName = resource.productName; | 248 | let productName = resource.productName; |
249 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; | 249 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; |
250 | 250 | ||
251 | - let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo="${groupNo}"&activityId="${activityId}"&union_type="${unionType}"`; | 251 | + let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo=${groupNo}&activityId=${activityId}&union_type=${unionType}`; |
252 | InteractionManager.runAfterInteractions(()=>{ | 252 | InteractionManager.runAfterInteractions(()=>{ |
253 | let param = { | 253 | let param = { |
254 | title, | 254 | title, |
@@ -284,7 +284,7 @@ class GroupPurchaseDetailContainer extends Component { | @@ -284,7 +284,7 @@ class GroupPurchaseDetailContainer extends Component { | ||
284 | let productName = resource.productName; | 284 | let productName = resource.productName; |
285 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; | 285 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; |
286 | 286 | ||
287 | - let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo="${groupNo}"&activityId="${activityId}"&union_type="${unionType}"`; | 287 | + let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo=${groupNo}&activityId=${activityId}&union_type=${unionType}`; |
288 | 288 | ||
289 | InteractionManager.runAfterInteractions(()=>{ | 289 | InteractionManager.runAfterInteractions(()=>{ |
290 | let param = { | 290 | let param = { |
-
Please register or login to post a comment