mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 12:49:25 +08:00
fix: 回到标题界面
This commit is contained in:
parent
5c0a2a2318
commit
54b7c5b77d
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user