This commit is contained in:
oc 2018-06-22 01:20:35 +08:00
parent 78d39dbd79
commit b0b4cd45c9

View File

@ -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=[];