明星店铺
#foreach($star_store in $storeViewTools.query_recommend_store(2)) #if($!{star_store.store_logo})
#set($img="$!imageWebServer/$!{star_store.store_logo.path}/$!{star_store.store_logo.name}")
#else
#set($img="$!imageWebServer/$!config.storeImage.path/$!config.storeImage.name")
#end
#end - $!CommUtil.substring("$!{star_store.store_name}",10)
- 店主:$!{star_store.store_ower}
- 商品:$!{star_store.goods_list.size()} #set($credit=$!storeViewTools.generic_store_credit("$!star_store.id")) #set($credit_img="$!webPath/resources/style/common/images/level_0.gif") #if($credit<10 && $credit>0) #set($credit=${credit} / 2) #set($credit=$credit+1) #end #if($credit>=20) #set($credit_img="$!webPath/resources/style/common/images/level_2.gif") #set($credit=($credit - 20)/2) #set($credit=$credit+1) #end #if($credit>=10) #set($credit_img="$!webPath/resources/style/common/images/level_1.gif") #set($credit=($credit - 10)/2) #set($credit=$credit+1) #end #if($credit>5)#set($credit=5)#end
- #if($!credit==0)无 #else #foreach($count in [1..$!credit])
#end #end