|
|
@@ -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;
|