From cc768e282f6a46e1ea7bbcc52aa0ead62202f156 Mon Sep 17 00:00:00 2001 From: sunhao Date: Mon, 31 Jul 2023 15:30:30 +0800 Subject: [PATCH] * zin: call afterPageUpdate after page load. --- www/js/zui3/zin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/js/zui3/zin.js b/www/js/zui3/zin.js index 66e13647f3..3ed5fc520c 100644 --- a/www/js/zui3/zin.js +++ b/www/js/zui3/zin.js @@ -1020,6 +1020,8 @@ if(frameElement && parent.window.$) parent.window.$(frameElement).trigger('ready.app'); } + if(is18version && window.afterPageUpdate) window.afterPageUpdate($('body')); + if(DEBUG) { if(window.zinDebug)