shawenguan 1 yıl önce
ebeveyn
işleme
7a120def02

Dosya farkı çok büyük olduğundan ihmal edildi
+ 246 - 0
Scripts/wubian/wubianOthersCollectList.js


+ 6 - 0
Scripts/wubian/wubianScoreRank.js

@@ -19,6 +19,9 @@ const WuBianConstKey = {
 
     AllUserSimpleInfo: 'WubianAllUserSimpleInfo',
     ScoreRankDaily: 'WubianScoreRankDaily',
+
+    QueryOthersCollectUserName: 'WubianQueryOthersCollectUserName',
+    QueryOthersCollectHashId: 'WubianQueryOthersCollectHashId',
 };
 
 const gUserAgent = `Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Html5Plus/1.0 (Immersed/20) uni-app`;
@@ -122,6 +125,9 @@ async function tryCheckScoreRank() {
             rankInfo.buyArtList = retDetail.data;
         }
     }
+    if (rankList && rankList.length > 0) {
+        magicJS.data.write(WuBianConstKey.QueryOthersCollectHashId, rankList[0].hashId);
+    }
     let retDetail = await getUserArtScoreInfo(selfData.hashId);
     if (retDetail && retDetail.code == 200) {
         selfData.buyArtList = retDetail.data;

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor