shawenguan 1 년 전
부모
커밋
c49c5537bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 || [];