陈剑华

fix: 17150 debug

@@ -6,6 +6,7 @@ import { CardMediaInfo } from '../cardCommon/CardMediaInfo'; @@ -6,6 +6,7 @@ import { CardMediaInfo } from '../cardCommon/CardMediaInfo';
6 import { Notes } from './notes'; 6 import { Notes } from './notes';
7 import { onlyWifiLoadImg } from '../../utils/lazyloadImg'; 7 import { onlyWifiLoadImg } from '../../utils/lazyloadImg';
8 // import { persistentStorage, hasClicked } from '../../utils/persistentStorage'; 8 // import { persistentStorage, hasClicked } from '../../utils/persistentStorage';
  9 +import { Logger } from 'wdKit/Index';
9 10
10 const TAG: string = 'Card6Component-Card13Component'; 11 const TAG: string = 'Card6Component-Card13Component';
11 12
@@ -23,6 +24,7 @@ export struct Card6Component { @@ -23,6 +24,7 @@ export struct Card6Component {
23 @State str03: string = ''; 24 @State str03: string = '';
24 25
25 async aboutToAppear(): Promise<void> { 26 async aboutToAppear(): Promise<void> {
  27 + Logger.info('titleInit', JSON.stringify(this.contentDTO))
26 this.titleInit(); 28 this.titleInit();
27 this.loadImg = await onlyWifiLoadImg(); 29 this.loadImg = await onlyWifiLoadImg();
28 // this.clicked = hasClicked(this.contentDTO.objectId) 30 // this.clicked = hasClicked(this.contentDTO.objectId)