$!httpInclude.include("/top.htm") $!httpInclude.include("/store_head.htm?store_id=$!{store.id}") #set($banner="$!webPath/resources/style/shop/$!{store.template}/images/banner.jpg") #if($!store.store_banner) #set($banner="$!webPath/$!store.store_banner.path/$!store.store_banner.name") #end
$!httpInclude.include("/store_left2.htm?id=$!store.id")
#set($rate=$!CommUtil.null2Double($!{store.point.store_evaluate1})*100)
好评率:($!{rate}%)
#set($eva_week_0=$!storeViewTools.query_evaluate("$!store.id",1,"week","after",-1)) #set($eva_month_0=$!storeViewTools.query_evaluate("$!store.id",1,"month","after",-1)) #set($eva_month6_0=$!storeViewTools.query_evaluate("$!store.id",1,"month","after",-6)) #set($eva_month6_before0=$!storeViewTools.query_evaluate("$!store.id",1,"month","before",-6)) #set($eva_all_total0=$!eva_month6_0+$!eva_month6_before0) #set($eva_week_1=$!storeViewTools.query_evaluate("$!store.id",0,"week","after",-1)) #set($eva_month_1=$!storeViewTools.query_evaluate("$!store.id",0,"month","after",-1)) #set($eva_month6_1=$!storeViewTools.query_evaluate("$!store.id",0,"month","after",-6)) #set($eva_month6_before1=$!storeViewTools.query_evaluate("$!store.id",0,"month","before",-6)) #set($eva_all_total1=$!eva_month6_1+$!eva_month6_before1) #set($eva_week_2=$!storeViewTools.query_evaluate("$!store.id",-1,"week","after",-1)) #set($eva_month_2=$!storeViewTools.query_evaluate("$!store.id",-1,"month","after",-1)) #set($eva_month6_2=$!storeViewTools.query_evaluate("$!store.id",-1,"month","after",-6)) #set($eva_month6_before2=$!storeViewTools.query_evaluate("$!store.id",-1,"month","before",-6)) #set($eva_all_total2=$!eva_month6_2+$!eva_month6_before2) #set($eva_week_total=$!eva_week_0+$!eva_week_1+$!eva_week_2) #set($eva_month_total=$!eva_month_0+$!eva_month_1+$!eva_month_2) #set($eva_month6_total=$!eva_month6_0+$!eva_month6_1+$!eva_month6_2) #set($eva_month6_before_total=$!eva_month6_before0+$!eva_month6_before1+$!eva_month6_before2) #set($eva_total=$!eva_all_total0+$!eva_all_total1+$!eva_all_total2)
  最近一周 最近一个月 最近6个月 6个月前 总计
好评$!eva_week_0$!eva_month_0$!eva_month6_0$!eva_month6_before0$!eva_all_total0
中评$!eva_week_1$!eva_month_1$!eva_month6_1$!eva_month6_before1$!eva_all_total1
差评$!eva_week_2$!eva_month_2$!eva_month6_2$!eva_month6_before2$!eva_all_total2
总计$!eva_week_total$!eva_month_total$!eva_month6_total$!eva_month6_before_total$!eva_total

店铺半年内动态评分

  • 宝贝与描述相符:$!CommUtil.null2Double($!{store.point.description_evaluate_halfyear})
  • 卖家的服务态度:$!CommUtil.null2Double($!{store.point.service_evaluate_halfyear})
  • 卖家的发货速度:$!CommUtil.null2Double($!{store.point.ship_evaluate_halfyear})
  • #foreach($i in [1..25]) #set($val=$i * 0.2) #set($val=$!CommUtil.formatDouble($val,1)) #end #set($description_total=$!{store.point.description_evaluate_halfyear_count5}+$!{store.point.description_evaluate_halfyear_count4}+$!{store.point.description_evaluate_halfyear_count3}+$!{store.point.description_evaluate_halfyear_count2}+$!{store.point.description_evaluate_halfyear_count1}) $!CommUtil.null2Double($!{store.point.description_evaluate_halfyear})共$!{description_total}人
  • #set($description_total5=$!CommUtil.div($!{store.point.description_evaluate_halfyear_count5},$!{description_total})*100)
  • 4-5分
    $!{description_total5}%
  • #set($description_total4=$!CommUtil.div($!{store.point.description_evaluate_halfyear_count4},$!{description_total})*100)
  • 3-4分
    $!{description_total4}%
  • #set($description_total3=$!CommUtil.div($!{store.point.description_evaluate_halfyear_count3},$!{description_total})*100)
  • 2-3分
    $!{description_total3}%
  • #set($description_total2=$!CommUtil.div($!{store.point.description_evaluate_halfyear_count2},$!{description_total})*100)
  • 1-2分
    $!{description_total2}%
  • #set($description_total1=$!CommUtil.div($!{store.point.description_evaluate_halfyear_count1},$!{description_total})*100)
  • 0-1分
    $!{description_total1}%
#foreach($obj in $objs) #if($!obj.evaluate_buyer_val==1) #set($evaluate_buyer_val="好评") #end #if($!obj.evaluate_buyer_val==0) #set($evaluate_buyer_val="中评") #end #if($!obj.evaluate_buyer_val==-1) #set($evaluate_buyer_val="差评") #end #end
评价 内容 商品 金额 买家 时间
$!evaluate_buyer_val #if($!{obj.evaluate_info}!="")$!{obj.evaluate_info} #else 这家伙什么都没说 #end $!obj.evaluate_goods.goods_name ¥$!{obj.of.totalPrice} $!obj.evaluate_user.userName $!CommUtil.formatLongDate($!obj.addTime)
$!gotoPageAjaxHTML
$!httpInclude.include("/footer.htm")