Fix bug
This commit is contained in:
parent
78d39dbd79
commit
b0b4cd45c9
@ -1398,6 +1398,7 @@ ActionParser.prototype.parseAction = function() {
|
||||
data.text,this.next]);
|
||||
break;
|
||||
case "show": // 显示
|
||||
data.loc=data.loc||[];
|
||||
if (!(data.loc[0] instanceof Array))
|
||||
data.loc = [data.loc];
|
||||
var x_str=[],y_str=[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user