YangLong
YangLong
``` {@each carousels as it, index} {@if it.carousel_location==1} ${it.carousel_text} {@/if} {@/each} ``` > ${it.max_order?it.max_order:'9999999'} => '' > ${it.max_order>0?it.max_order:'9999999'} => '9999999'
我使用了register注册了个方法: ``` juicer.register('xxxxxxxxx', function(num) { if (num < 0) { return 0; } else { return num; } }); ``` 然后这个样使用这个方法 `${it.d_price|xxxxxxxxx}` 但是报错 > Juicer Render Exception: _method.xxxxxxxxx is not...
` if ($scheme = https) { return 301 http://$host$request_uri; }`