Fix route bug

This commit is contained in:
oc 2018-12-03 22:55:29 +08:00
parent 6d052efba5
commit e6b620d202

View File

@ -1098,7 +1098,7 @@ maps.prototype.animateBlock = function (loc,type,time,callback) {
if (alpha >=1 || alpha<=0) {
delete core.animateFrame.asyncId[animate];
clearInterval(animate);
core.setAlpha('curtain', 1);
core.setAlpha('route', 1);
if (type == 'show') {
loc.forEach(function (t) {
core.showBlock(t[0],t[1],data.floorId);