Authored by QC-L

解决小程序二维码生成有误的 bug

@@ -157,7 +157,7 @@ class GroupPurchaseContainer extends Component { @@ -157,7 +157,7 @@ class GroupPurchaseContainer extends Component {
157 } = this.props.app; 157 } = this.props.app;
158 158
159 let param = { 159 let param = {
160 - activity_id: activityId, 160 + activityId,
161 } 161 }
162 162
163 let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=15'; 163 let qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + encodeURIComponent(JSON.stringify(param)) + '&miniQrType=15';