Authored by 陈林

修复拼团列表分享快照到商品详情的问题。review by 孙凯。

... ... @@ -174,7 +174,7 @@ class GroupPurchaseContainer extends Component {
activityId,
}
let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=24' + '&miniapp_type=60';
let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=25' + '&miniapp_type=60';
return (
<View style={styles.container}>
... ...