We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
后台开发使用的是 Node.js ,用Express 4 生成的一个项目, 页面的话是用默认的.ejs 而不是 .html
报错说 search_label is not defined , 请问有什么好的解决办法嘛?
The text was updated successfully, but these errors were encountered:
你传参数的时候肯定没传这个过去吧?
Sorry, something went wrong.
var template = _.template($("#search_template").html())(context); $(this.el).html(template);
这样就没有问题了
No branches or pull requests
后台开发使用的是 Node.js ,用Express 4 生成的一个项目, 页面的话是用默认的.ejs 而不是 .html
报错说 search_label is not defined , 请问有什么好的解决办法嘛?
The text was updated successfully, but these errors were encountered: