成交价:<{$rate.item_price|cur}>

初次评价信息

  • 商品评分:
    <{if $rate.result == 'good'}>好评<{elseif $rate.result == 'bad'}>差评<{else}>中评<{/if}>
  • 评价内容:
    <{$rate.content}>
  • <{if $rate.rate_pic}>
  • 评价晒图:
    <{foreach from=$rate.rate_pic item=picItem}> <{/foreach}>
  • <{/if}>
  • 评价时间:
    <{$rate.created_time|cdate}>
  • <{if $rate.is_reply}>
  • 卖家回复:
    <{$rate.reply_content}>
  • 回复时间:
    <{$rate.reply_time|cdate}>
  • <{/if}>
<{if $rate.is_append && $rate.append}>

追加评价信息

  • 追评内容:
    <{$rate.append.append_content}>
  • <{if $rate.append.append_rate_pic}>
  • 追评晒图:
    <{foreach from=$rate.append.append_rate_pic item=picItem}> <{/foreach}>
  • <{/if}>
  • 追评时间:
    <{$rate.append.created_time|cdate}>
  • <{if $rate.append.is_reply}>
  • 卖家回复:
    <{$rate.append.append_reply_content}>
  • 回复时间:
    <{$rate.append.reply_time|cdate}>
  • <{/if}>
<{/if}>