miniapp_type
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -378,7 +378,7 @@ Page(Object.assign({ | @@ -378,7 +378,7 @@ Page(Object.assign({ | ||
378 | common.addWechatFormId({ | 378 | common.addWechatFormId({ |
379 | formId: e.detail.formId, | 379 | formId: e.detail.formId, |
380 | uid: this.data.uid, | 380 | uid: this.data.uid, |
381 | - miniappType: app.getMiniappType(), | 381 | + miniapp_type: app.getMiniappType(), |
382 | openId: app.getOpenID() | 382 | openId: app.getOpenID() |
383 | }); | 383 | }); |
384 | 384 |
-
Please register or login to post a comment