mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 20:59:37 +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,
|
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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user