xugenyuan

ref |> 解决从我的评论列表进入文章或动态后,立即返回时存在潜在崩溃问题

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -129,7 +129,11 @@ export struct DynamicDetailComponent {
})
}
aboutToDisappear() {
if (this.lastTimeoutId) {
clearTimeout(this.lastTimeoutId)
}
this.viewBlogInsightIntentShare()
}
... ...
... ... @@ -558,6 +558,9 @@ export struct ImageAndTextPageComponent {
}
aboutToDisappear() {
if (this.lastTimeoutId) {
clearTimeout(this.lastTimeoutId)
}
//意图上报
this.viewBlogInsightIntentShare()
}
... ...