Commit fc45054d authored by hbcui1984's avatar hbcui1984

解决hello mui中Uncaught SyntaxError类js错误

parent b15ac77c
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
var initTemplates = function() { var initTemplates = function() {
getTemplate('pullrefresh', 'examples/template_pullrefresh.html', 'examples/pullrefresh.html', true); getTemplate('pullrefresh', 'examples/template_pullrefresh.html', 'examples/pullrefresh.html', true);
getTemplate('default', 'examples/template.html'); getTemplate('default', 'examples/template.html','examples/accordion.html');
}; };
mui.plusReady(function() { mui.plusReady(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