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 || [];