Commit 25f274a6 by 冷斌

设置

parent 980c7915
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
var pair = vars[i].split("="); var pair = vars[i].split("=");
if(pair[0] == variable){return pair[1];} if(pair[0] == variable){return pair[1];}
} }
return(false); return 0;
} }
}, },
created: function () { created: function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment