#(product.title)
#(product.comment_count ?? 0)
累计评价
#(product.sales_count ?? 0)
交易成功
¥ #number(product.price ?? 0 , '0.00')
#(product.usp ??)
#if(product.specs)
#strSplit(product.specs)
#for(str : strs)
- #(str)
#end
#end
#end
添加收藏
分享产品链接
#productCategories(product.id,'category')
分类:
#for(cat : categories)
#(cat.title ??)
#end
#end
#productCategories(product.id,'tag')
标签:
#for(cat : categories)
#(cat.title ??)
#end
#end