Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -208,11 +208,11 @@ export struct DetailVideoListPage { | @@ -208,11 +208,11 @@ export struct DetailVideoListPage { | ||
| 208 | // 目的子组件watch生效 | 208 | // 目的子组件watch生效 |
| 209 | setTimeout(() => { | 209 | setTimeout(() => { |
| 210 | this.showCommentList = true | 210 | this.showCommentList = true |
| 211 | - }, 300) | 211 | + }, 1000) |
| 212 | } | 212 | } |
| 213 | + // console.log(TAG, 'onPageShow showComment', action.params.extra.showComment) | ||
| 213 | } | 214 | } |
| 214 | } | 215 | } |
| 215 | - // console.log(TAG, 'onPageShow', JSON.stringify(action.params)) | ||
| 216 | } | 216 | } |
| 217 | 217 | ||
| 218 | onPageHide(): void { | 218 | onPageHide(): void { |
-
Please register or login to post a comment