(1):商品列表标签#product_list参数有
productCategoryId:商品分类ID(必传) (Int)
start:起始位置(Int)
count:数量 (Int)
(2):返回变量对象
products:商品列表
```
#product_list(productCategoryId="1")
#for(product: products)
<li><s></s><a class="select" href="#(product.path)">#(product.name)</a></li>
#end
#end
```