caipin 5 years ago
parent
commit
e2b9fe5808
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/service/cloudEditionService.js

+ 2 - 2
app/service/cloudEditionService.js

@@ -129,10 +129,10 @@ var cloudService={
             }
             //登录时长
             if(hash.isExistence(v.online_list)){
-            	curingCloudList[i].online_newest='';
-            }else{
             	var onlineTimeLength=v.online_list.length-1;
             	curingCloudList[i].online_newest=v.online_list[onlineTimeLength].online_times+'('+v.online_list[onlineTimeLength].dateString+')';
+            }else{
+            	curingCloudList[i].online_newest='';
             }
             //已升级专业版
             curingCloudList[i].upgradeListName='';