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