var productbody = " <!--滚动区域 start--> <table style=\"width:${tablewidth}px\"> <tr> {for f in slist} {if f_index % 4 == 0} <td width=\"690\"> {/if} <div class=\"sModule9\"> <a href=\"/product.shtml?id=${f.id}\" target=\"_blank\" class=\"thisImg\"><img src=\"${f.defaultPic.picpath}_80.jpg\"/></a> <div class=\"fLe\"> <a href=\"/product.shtml?id=${f.id}\" target=\"_blank\" class=\"thisName\">${f.brand.brand} ${f.product} ${f.colorText} ${f.size}</a> <div class=\"thisInfo\"> {var ps = (f.avgefficacy + f.avghealth + f.avgbrand) / 30} {var ps1 = Math.floor(ps)} {var ps2 = Math.ceil((ps - Math.floor(ps)) * 10)} <span class=\"f24 fpk\" id=\"p_${f.id}_starInt\">${ps1}</span><span class=\"f16 fpk\" id=\"p_${f.id}_starPoint\">.${ps2}</span>&nbsp;&nbsp;<span> </span> <div><a>点评:${f.comment}&nbsp;&nbsp;收藏:${f.favorcount}</a></div> </div> </div> </div> {if f_index % 4 == 3} </td> {/if} {/for} {if slist.length % 4 > 0}</td>{/if} </tr> </table> <!--滚动区域 end--> ";

