Authored by 郭成尧

reg-success-uid-add

... ... @@ -457,7 +457,8 @@ let setPassword = (req, res, next) => {
message: '注册成功',
data: {
session: refer,
href: refer
href: refer,
uid: _.get(resultCopy, 'data.uid', '')
}
});
}).catch(next);
... ...
... ... @@ -87,7 +87,8 @@ function setPassword() {
op: 'YB_REGISTER_SUCCESS_L',
param: JSON.stringify({
C_ID: window._ChannelVary[window.cookie('_Channel')] || 1,
UNION_TYPE: window.queryString.union_type || window.cookie('unionTypeYas') || false
UNION_TYPE: window.queryString.union_type || window.cookie('unionTypeYas') || false,
UID: res.uid
})
}, true);
}
... ...