Commit 73df6e43 authored by dong's avatar dong

渲染模式:统一渲染锁屏问题

parent fba08b2f
...@@ -74,6 +74,12 @@ struct Index { ...@@ -74,6 +74,12 @@ struct Index {
.height('100%') .height('100%')
} }
onPageShow() {
if (this.controller) {
this.controller.onPageShow();
}
}
onPageHide() { onPageHide() {
if (this.controller) { if (this.controller) {
this.controller.onPageHide(); this.controller.onPageHide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment