Authored by htoooth

Merge branch 'develop' of http://git.yoho.cn/fe/yoho-limited-sell-miniapp into develop

... ... @@ -569,7 +569,7 @@ Page(Object.assign({
formId: e.detail.formId,
uid: app.getUid() || 0,
openId: app.getUnionID() || app.getOpenID() || '',
miniappType: app.getMiniappType()
miniapp_type: app.getMiniappType()
});
},
... ...
... ... @@ -208,7 +208,7 @@ Page(Object.assign({
formId: e.detail.formId,
uid: app.getUid() || 0,
openId: app.getUnionID() || app.getOpenID() || '',
miniappType: app.getMiniappType()
miniapp_type: app.getMiniappType()
});
},
... ...