多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
(1):下级商品分类列表标签#product_category_children_list参数有 productCategoryId:商品分类ID(必传) (Int) recursive:是否递归 (Boolean) count:数量 (Int) (2):返回变量对象 productCategorys:下级商品分类列表 ``` #product_category_children_list(productCategoryId="1") #for(productCategory: productCategorys) <li><s></s><a class="select" href="#(productCategory.path)">#(productCategory.name)</a></li> #end #end ```