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