shawenguan 1 rok temu
rodzic
commit
c49c5537bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Scripts/wubian/wubianOthersCollectList.js

+ 1 - 1
Scripts/wubian/wubianOthersCollectList.js

@@ -175,7 +175,7 @@ async function tryCheckCollectList() {
     }
     magicJS.notification.appendNotifyInfo(ownText);
     doCheckShowCollectText(collectDict);
-    let buyText = `\n\n当天购买的情况如下:` + '\n';
+    let buyText = `当天购买的情况如下:` + '\n';
     let retDetail = await getUserArtScoreInfo(othersHashId);
     if (retDetail && retDetail.code == 200) {
         let buyArtList = retDetail.data || [];