修复拼团列表分享快照到商品详情的问题。review by 孙凯。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -174,7 +174,7 @@ class GroupPurchaseContainer extends Component { | @@ -174,7 +174,7 @@ class GroupPurchaseContainer extends Component { | ||
174 | activityId, | 174 | activityId, |
175 | } | 175 | } |
176 | 176 | ||
177 | - let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=24' + '&miniapp_type=60'; | 177 | + let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=25' + '&miniapp_type=60'; |
178 | 178 | ||
179 | return ( | 179 | return ( |
180 | <View style={styles.container}> | 180 | <View style={styles.container}> |
-
Please register or login to post a comment