陈剑华

fix: 17150 debug

... ... @@ -28,9 +28,9 @@ export struct Card2Component {
@State str03: string = '';
async aboutToAppear(): Promise<void> {
this.titleInit();
this.loadImg = await onlyWifiLoadImg();
// this.clicked = hasClicked(this.contentDTO.objectId)
this.titleInit();
}
titleInit() {
... ...
... ... @@ -25,8 +25,8 @@ export struct Card4Component {
async aboutToAppear(): Promise<void> {
this.loadImg = await onlyWifiLoadImg();
this.titleInit();
this.loadImg = await onlyWifiLoadImg();
}
titleInit() {
... ...
... ... @@ -453,6 +453,7 @@ export struct SearchResultContentComponent {
contentDTO.openType = '';
contentDTO.extra = '';
contentDTO.titleShow = value.data.type == "5" ? 1 : 0;
contentDTO.contentText = value.data.contentText;
return contentDTO;
}
... ...