提交 b9516027 编写于 作者: D Devil

微信小程序新增用户unionid

上级 c62cc3a3
......@@ -149,8 +149,8 @@ Page({
e.detail.value['province'] = this.data.user.province;
e.detail.value['city'] = this.data.user.city;
e.detail.value['gender'] = this.data.user.gender;
e.detail.value['app_type'] = 'weixin';
e.detail.value['weixin_unionid'] = this.data.user.weixin_unionid || '';
e.detail.value['app_type'] = 'weixin';
e.detail.value['referrer'] = (params == null) ? (this.data.user.referrer || 0) : (params.referrer || 0);
if(app.fields_check(e.detail.value, validation))
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册