优化提示及输入ok

master
chenzhi 5 years ago
parent 16d1a28f67
commit 255d830229

@ -57,6 +57,7 @@ class UcenterMemberModel extends Model{
array('reg_ip', 'get_client_ip', self::MODEL_INSERT, 'function', 1),
array('update_time', NOW_TIME),
array('status', 'getStatus', self::MODEL_BOTH, 'callback'),
array('openid_sign', '0', self::MODEL_INSERT)
);
/**
@ -109,7 +110,6 @@ class UcenterMemberModel extends Model{
'second_pwd' => $second_pwd,
'email' => $email,
'mobile' => $mobile,
'openid_sign'=>'0'
);
//验证手机

Loading…
Cancel
Save