|
|
@@ -83,7 +83,7 @@ let methodsToken = ['profile', 'refreshUser', 'wxLogin', 'changeMobile', 'addCar
|
|
|
'getPatrolLog', 'claimCrList', 'claimCrDetails', 'editMainBodyUser', , 'contribute',
|
|
|
'getPatrolTaskDetails', 'getContentDetail', 'examineVolunteer', 'userManageRegionCrAuth', 'applyVolunteer',
|
|
|
'getPhoneNumber', 'editApplyVolunteer', 'mobileBindVolunteer', 'getTeamDetails', 'examineTask', 'removeMemberm',
|
|
|
- 'getScoreLog', 'rankingList', 'getMainBodyColumnContentList', 'regionData', 'cityData', 'checkIn', 'scanApplyVolunteer', 'scanApplyVolunteer',
|
|
|
+ 'getScoreLog', 'getMainBodyColumnContentList', 'regionData', 'cityData', 'checkIn', 'scanApplyVolunteer', 'scanApplyVolunteer',
|
|
|
'getMainBodyUser', 'getUserContribute', 'getUserHonor', 'submitTask', 'exportPatrolRecord', 'userManageCrAuth',
|
|
|
'getDevices', 'submitIdentityInfo', 'submitActivitySignupInfo','getUserSignupActivity', 'getUserSignupActivityDetails'
|
|
|
];
|
|
|
@@ -103,7 +103,7 @@ const post = (method, data, callback, type, orgurl) => {
|
|
|
common.isLogin();
|
|
|
//新增用户判断是否登录逻辑end
|
|
|
if (!auth || auth.createtime + auth.expires_in < nowdate) {
|
|
|
- //FUCK: common.toLogin();
|
|
|
+ common.toLogin();
|
|
|
return false;
|
|
|
} else {
|
|
|
userToken = auth.token;
|