From 312eb48ea3ece96212ff3387fb9418a902b5f519 Mon Sep 17 00:00:00 2001 From: shijian <2954700422@qq.com> Date: Sat, 26 Aug 2023 03:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/game/game.js b/game/game.js index 58a8f6789..f32539c80 100644 --- a/game/game.js +++ b/game/game.js @@ -43964,6 +43964,10 @@ var page=ui.create.div(''); var node=ui.create.div('.menubutton.large','获取扩展',start.firstChild,clickMode); node.mode='get'; + var _thisUpdate=false; + node.update=function(){ + _thisUpdate=true; + }; node._initLink=function(){ node.link=page; page.listen(function(){ @@ -44263,6 +44267,7 @@ }); } }; + if(_thisUpdate) node.update(); }; }()); var active=start.firstChild.querySelector('.active');