商店:阅读红点显示

This commit is contained in:
luying
2022-07-26 15:35:38 +08:00
parent 457cea6b43
commit efb827a52c
3 changed files with 7 additions and 3 deletions

View File

@@ -42,9 +42,8 @@ async function getShopListByData(shop: number, type: number, userShopRecs: UserS
let dicShopType = getShopType(shop, type);
if(dicShopType && dicShopType.isLimit) {
if(activity) result.setDicByActivity(activity);
if(readRecord) result.setReadRecord(readRecord);
result.setReadRecord(readRecord);
}
console.log('###### getShopListByData', userShopRecs)
for(let userShop of userShopRecs) {
result.addUserRecords(userShop);
}