Authored by 周少峰

Merge branch 'gray'

... ... @@ -7,7 +7,6 @@
*/
'use strict';
const _ = require('lodash');
const aes = require('./aes-pwd');
const api = global.yoho.API;
... ... @@ -47,7 +46,7 @@ let regMobileAes = (area, mobile, password, code, shoppingKey, extParam)=> {
if (extParam) {
if (extParam.inviteCode) {
params.inviteCode = _.replace(extParam.inviteCode, /[^(0-9a-zA-Z)]/ig, '');
params.inviteCode = extParam.inviteCode;
}
}
... ...
{
"name": "yohobuy-node",
"version": "6.0.1",
"version": "6.0.2",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -26,6 +26,6 @@ $(function() {
// 品众统计
if (window._fxcmd) {
window._fxcmd.push(['trackOrder', 'event', 'reg', '注册', '1']);
window._fxcmd.push(['trackEvent', 'event', 'reg', '注册', '1']);
}
});
... ...