|
|
@@ -170,6 +170,9 @@ async function tryCheckCollectList() {
|
|
|
});
|
|
|
}
|
|
|
let text = `查询用户[${nickName}]拥有${collectList.length}个产品,具体如下:` + '\n';
|
|
|
+ if (collectList.length == 0) {
|
|
|
+ text += `用户真的没有收藏或者用户已设置拥有的情况仅自己可见`;
|
|
|
+ }
|
|
|
magicJS.notification.appendNotifyInfo(text);
|
|
|
doCheckShowCollectText(collectDict);
|
|
|
}
|