|
@@ -85,7 +85,7 @@ window.addEventListener('load', _asyncToGenerator( reg
|
|
|
|
|
|
reqdata = {
|
|
|
url: location.href,
|
|
|
- type: 2
|
|
|
+ type: 1
|
|
|
};
|
|
|
_context2.next = 4;
|
|
|
return postHttps('manage/wx/getWxConfig', {
|
|
@@ -116,40 +116,34 @@ window.addEventListener('load', _asyncToGenerator( reg
|
|
|
switch (_context.prev = _context.next) {
|
|
|
case 0:
|
|
|
|
|
|
- alert('success');
|
|
|
_strToObj = strToObj(location.search), code = _strToObj.code;
|
|
|
reqdata = {
|
|
|
code: code,
|
|
|
- type: 2,
|
|
|
+ type: 1,
|
|
|
loginType: window.screen.width > 1000 ? 2 : 1
|
|
|
};
|
|
|
- _context.next = 5;
|
|
|
+ _context.next = 4;
|
|
|
return postHttps('manage/wx/getWxUserInfo', {
|
|
|
reqdata: reqdata
|
|
|
});
|
|
|
|
|
|
- case 5:
|
|
|
+ case 4:
|
|
|
_yield$postHttps2 = _context.sent;
|
|
|
_yield$postHttps2$obj = _yield$postHttps2.object;
|
|
|
userId = _yield$postHttps2$obj.userId;
|
|
|
avatar = _yield$postHttps2$obj.avatar;
|
|
|
username = _yield$postHttps2$obj.username;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
_strToObj2 = strToObj(location.search), state = _strToObj2.state;
|
|
|
localStorage.setItem('avatar', avatar);
|
|
|
|
|
|
localStorage.setItem('username', username);
|
|
|
|
|
|
orderId = state.split('-')[1] - 0;
|
|
|
- Cookies.set('userId', userId);
|
|
|
- location.href = location.href.split('?')[0] + (window.screen.width > 1000 ? '/pc' : orderId ? '/front/#/detail/' + orderId : '/front/#/index');
|
|
|
-
|
|
|
-
|
|
|
+ Cookies.set('userId', userId);
|
|
|
|
|
|
- case 16:
|
|
|
+ location.href = location.href.split('?')[0] + (window.screen.width > 1000 ? orderId ? '/repair1/#/pc-detail/' + orderId : '/repair1/#/pc-list' : orderId ? '/repair1/#/detail/' + orderId : '/repair1/#/home');
|
|
|
+
|
|
|
+ case 15:
|
|
|
case "end":
|
|
|
return _context.stop();
|
|
|
}
|
|
@@ -171,20 +165,21 @@ window.addEventListener('load', _asyncToGenerator( reg
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
- _context2.next = 20;
|
|
|
+ _context2.next = 21;
|
|
|
break;
|
|
|
|
|
|
case 14:
|
|
|
- url = '/manage/wx/getUrl/2/' + (strToObj(location.search).orderId || 0);
|
|
|
- _context2.next = 17;
|
|
|
+ url = '/manage/wx/getUrl/1/' + (strToObj(location.search).orderId || 0);
|
|
|
+ alert(url);
|
|
|
+ _context2.next = 18;
|
|
|
return getHttps(url);
|
|
|
|
|
|
- case 17:
|
|
|
+ case 18:
|
|
|
_yield$getHttps = _context2.sent;
|
|
|
object = _yield$getHttps.object;
|
|
|
location.href = object;
|
|
|
|
|
|
- case 20:
|
|
|
+ case 21:
|
|
|
case "end":
|
|
|
return _context2.stop();
|
|
|
}
|