?>
***</td> <td><?php 
        echo $this->_vars['sellLogListData']['price'];
        ?>
</td> <td><?php 
        echo $this->_vars['sellLogListData']['number'];
        if ($this->_vars['sellLogListData']['pdt_desc']) {
            ?>
<span class="fontcolorGray">( <?php 
            echo $this->_vars['sellLogListData']['pdt_desc'];
            ?>
 )</span><?php 
        }
        ?>
</td> <td><?php 
        echo tpl_modifier_userdate($this->_vars['sellLogListData']['createtime']);
        ?>
</td> </tr> <?php 
    }
    ?>
 </tbody> </table> <div class="tips">截至今日, 累计成交<span class="font14px fontbold fontcolorOrange"><?php 
    echo $this->_vars['sellLogList']['total'];
    ?>
</span>笔<?php 
    if ($this->_vars['sellLogList']['total'] > count($this->_vars['sellLogList']['data'])) {
        ?>
<a href="<?php 
        echo tpl_function_link(array('ctl' => product, 'act' => selllog, 'arg0' => $this->_vars['goods']['goods_id']), $this);
        ?>
" target="_blank">,查看更多...</a><?php 
    }
            ?>
</a></div> <?php 
        }
        ?>
 <div class="commentbody"> <?php 
        if ($this->_vars['setting']['showmember']) {
            ?>
<span class="cmt_member"><?php 
            echo $this->_vars['item']['author'];
            ?>
</span><?php 
        }
        if ($this->_vars['setting']['showtime']) {
            ?>
<span class="cmt_time"><?php 
            echo tpl_modifier_userdate($this->_vars['item']['time']);
            ?>
</span><?php 
        }
        ?>
 <a target="_blank" href='<?php 
        echo "product-{$this->_vars['item']['goods_id']}", is_numeric($this->_vars['item']['goods_id']) && 'index' == "index" || !"index" ? '' : '-' . "index", '.html';
        ?>
' title="<?php 
        echo tpl_modifier_escape($this->_vars['item']['name'], html);
        ?>
"><?php 
        echo tpl_modifier_cut($this->_vars['item']['comment'], $this->_vars['setting']['content_length']);
        ?>
</a> </div> </div> </td> <?php 
        if (!($this->_env_vars['foreach']['name']['iteration'] % $this->_vars['setting']['limittd'])) {