fix: 回到标题界面

This commit is contained in:
unanmed 2024-04-26 17:48:24 +08:00
parent 5c0a2a2318
commit 54b7c5b77d

View File

@ -475,9 +475,10 @@ control.prototype.showStartAnimate = function (noAnimate, callback) {
core.flags.startUsingCanvas, core.flags.startUsingCanvas,
callback callback
); );
core.hideWithAnimate(core.dom.startTop, 20, function () { Mota.require('var', 'fixedUi').open('start');
core.control._showStartAnimate_finished(false, callback); // core.hideWithAnimate(core.dom.startTop, 20, function () {
}); // core.control._showStartAnimate_finished(false, callback);
// });
}; };
control.prototype._showStartAnimate_resetDom = function () { control.prototype._showStartAnimate_resetDom = function () {