🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
(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 ```