Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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'; |
-
Please register or login to post a comment