...
|
...
|
@@ -1519,7 +1519,7 @@ function actionVipInfo(_data) { |
|
|
* @return {[type]} [description]
|
|
|
*/
|
|
|
function actionLoginInfo() {
|
|
|
$.getData('http://web.dev.yohobuy.com/common/passport', '', function(_data) {
|
|
|
$.getData('http://www.yohobuy.com/common/passport', '', function(_data) {
|
|
|
if (_data && _data.result !== -1) {
|
|
|
actionLoginState(_data); // 更改登录状态
|
|
|
actionVipInfo(_data); //获得vip;
|
...
|
...
|
|