提交 f0a224a5 编写于 作者: H hjdhnx

更新了api的init

上级 57eaf50f
3.9.25beta4 3.9.25beta5
\ No newline at end of file \ No newline at end of file
...@@ -2052,9 +2052,9 @@ function playParse(playObj){ ...@@ -2052,9 +2052,9 @@ function playParse(playObj){
if (js){ if (js){
eval(js.replace('var rule', 'rule')); eval(js.replace('var rule', 'rule'));
} }
} } else {
} else { eval(ext.replace('var rule', 'rule'));
eval(ext.replace('var rule', 'rule')); }
} }
if (rule.模板 && muban.hasOwnProperty(rule.模板)) { if (rule.模板 && muban.hasOwnProperty(rule.模板)) {
print('继承模板:'+rule.模板); print('继承模板:'+rule.模板);
......
此差异已折叠。
...@@ -1917,9 +1917,9 @@ function init(ext) { ...@@ -1917,9 +1917,9 @@ function init(ext) {
if (js){ if (js){
eval(js.replace('var rule', 'rule')); eval(js.replace('var rule', 'rule'));
} }
} else {
eval(ext.replace('var rule', 'rule'));
} }
} else {
eval(ext.replace('var rule', 'rule'));
} }
if (rule.模板 && muban.hasOwnProperty(rule.模板)) { if (rule.模板 && muban.hasOwnProperty(rule.模板)) {
print('继承模板:'+rule.模板); print('继承模板:'+rule.模板);
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册