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
我使用了register注册了个方法:
juicer.register('xxxxxxxxx', function(num) { if (num < 0) { return 0; } else { return num; } });
然后这个样使用这个方法 ${it.d_price|xxxxxxxxx}
${it.d_price|xxxxxxxxx}
但是报错
Juicer Render Exception: _method.xxxxxxxxx is not a function
难道是版本太低了? /* ********** Juicer ********** ${A Fast template engine} Project Home: http://juicer.name
Author: Guokai Gtalk: [email protected] Blog: http://benben.cc Licence: MIT License Version: 0.4.0-dev
*/
bower install PaulGuo/Juicer bower 安装的版本太低了
bower install PaulGuo/Juicer
我升级到0.6.14了 但是还是报错
Juicer Render Exception: Cannot read property 'call' of undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用了register注册了个方法:
然后这个样使用这个方法
${it.d_price|xxxxxxxxx}
但是报错
难道是版本太低了?
/*
********** Juicer **********
${A Fast template engine}
Project Home: http://juicer.name
*/
bower install PaulGuo/Juicer
bower 安装的版本太低了
我升级到0.6.14了
但是还是报错
The text was updated successfully, but these errors were encountered: