Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -33,7 +33,7 @@ export struct CardParser { | @@ -33,7 +33,7 @@ export struct CardParser { | ||
| 33 | pageHideTime:number = 0; | 33 | pageHideTime:number = 0; |
| 34 | 34 | ||
| 35 | aboutToAppear(): void { | 35 | aboutToAppear(): void { |
| 36 | - console.log('CardParser', JSON.stringify(this.contentDTO)) | 36 | + console.log('CardParser-', JSON.stringify(this.contentDTO)) |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | onPageShow() { | 39 | onPageShow() { |
-
Please register or login to post a comment