Skip to content

Instantly share code, notes, and snippets.

@czy88840616
Last active December 14, 2015 13:49
Show Gist options
  • Save czy88840616/5096438 to your computer and use it in GitHub Desktop.
Save czy88840616/5096438 to your computer and use it in GitHub Desktop.
velocityjs template sets
{
"result":{
"isMemberCart":"$result.isMemberCart()",
"shopId":"$result.shopId"
}
}
#if($!result.isMemberCart() )
<a href="#" id="J_UndoDel" data-api="/undelete_cart_items.htm?shop_id=$!result.shopId">撤销删除</a>
#end
{
"abc":"$abc"
}
#set($a="abc")
$a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment