This commit is contained in:
oc 2018-05-24 01:38:34 +08:00
parent 7babb70729
commit 10159547ea

View File

@ -1385,8 +1385,7 @@ ActionParser.prototype.parseAction = function() {
break; break;
case "tip": case "tip":
this.next = MotaActionBlocks['tip_s'].xmlText([ this.next = MotaActionBlocks['tip_s'].xmlText([
data.data,this.next]); data.text,this.next]);
this.parseAction();
break; break;
case "show": // 显示 case "show": // 显示
if (!(data.loc[0] instanceof Array)) if (!(data.loc[0] instanceof Array))