chenjun3_wd

早晚报compInfo

... ... @@ -44,6 +44,8 @@ export struct MorningEveningPaperComponent {
Logger.info(TAG,"listBean title = "+listBean.topicInfo.title)
Logger.info(TAG,"listBean topicDate = "+listBean.topicInfo.topicDate)
this.pageInfoBean = listBean;
let compInfoBean = await MorningEveningViewModel.getMorningEveningCompInfo("28927")
Logger.info(TAG,"compInfoBean compStyle = "+compInfoBean.compList[0].compStyle)
} catch (exception) {
}
... ...
... ... @@ -91,7 +91,8 @@ export class PageRepository {
* */
static getMorningEveningCompInfoUrl(pageId: string) {
let url = HttpUrlUtils.getHost() + HttpUrlUtils.MORNING_EVENING_COMP_INFO_PATH;
url = url + "?pageId=" + pageId;
url = url + "?loadStrategy=first_load&pageNum=1&refreshTime=1710853254592&pageId="
+pageId+"&channelStrategy=2&groupId=40621&topicId=10000009445&pageSize=20";
Logger.info(TAG,"getMorningEveningCompInfoUrl url = "+url)
return url;
}
... ...