$!httpInclude.include("/top.htm") $!httpInclude.include("/head.htm") $!httpInclude.include("/nav1.htm")
#foreach($sg in $sgs)
$!sg.gradeName
  • 商品数量:#if($!sg.goodsCount==0)不限#else $!{sg.goodsCount}#end
  • 附件空间:$!{sg.spaceSize}M
  • 收费标准:$!sg.price
  • 需要审核:#if($!{sg.audit}==true)是#else 否#end
附加功能:$!storeTools.genericFunction($!sg)
$!sg.content
#end
$!httpInclude.include("/footer.htm")