From 54b7c5b77dd3de9c42a8187d10aa46cd15795bab Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Fri, 26 Apr 2024 17:48:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E5=88=B0=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/libs/control.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/libs/control.js b/public/libs/control.js index d0a7cd6..3bd72ca 100644 --- a/public/libs/control.js +++ b/public/libs/control.js @@ -475,9 +475,10 @@ control.prototype.showStartAnimate = function (noAnimate, callback) { core.flags.startUsingCanvas, callback ); - core.hideWithAnimate(core.dom.startTop, 20, function () { - core.control._showStartAnimate_finished(false, callback); - }); + Mota.require('var', 'fixedUi').open('start'); + // core.hideWithAnimate(core.dom.startTop, 20, function () { + // core.control._showStartAnimate_finished(false, callback); + // }); }; control.prototype._showStartAnimate_resetDom = function () {