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,
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 () {