change data view page thumb to small thumb

This commit is contained in:
jack 2018-05-12 16:17:46 +08:00
parent fdb08a1ee0
commit 5439b8e68f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<div class="dataContent">
<div class="thumb">
<a href="javascript:void(0);">
<img src="/service/bigthumb/uuid/<?php echo $md->uuid; ?>"/>
<img src="/service/thumb/uuid/<?php echo $md->uuid;?>"/>
</a>
</div>
<p><?php echo str_replace(array("\r\n", "\n", "\r"),'</p><p>',$md->description);?></p>