99爱视频-日本videosfreeⅹ少妇-毛片永久新网址首页-欧美色激情|www.bolansile.com

調一個通用的產品推薦代碼,測試很久不成功。

創建時間:2020-09-02 15:45發布者:comry點擊次數:1367
我想再頁面做一個產品推薦的代碼,測試如下:
<!-- {if $recommend_product} -->
<!-- {foreach $recommend_product as $product} -->
<li>
<a href="{$product.url}" class="widget-recentpost-image">
<img src='{$product.thumb}' alt="{$product.name}">
</a>
<div class="widget-recentpost-content">
<h6><a href="{$product.url}">{$product.name}</a></h6>
<span>{$product.add_time_short}</span>
</div>
</li>
<!-- {/foreach} -->
<!-- {/if} -->
提示代碼錯誤
回答 我也遇到這個問題(0)