急!请求帮助goods.dwt 201行缺少对象

2016-07-07 16:07 来源:www.chinab4c.com 作者:ecshop专家

goods.dwt201行缺少对象字符2代码0 下面是代码:182行-235行红色的为201行
</dd>
</li>
<!-- {/if} -->
<!-- {if $goods.goods_brand neq "" and $cfg.show_brand} 显示商品品牌-->
<li class="clearfix">
<dd>

<strong>{$lang.goods_brand}</strong><a href="{$goods.goods_brand_url}" >{$goods.goods_brand}</a>

</dd>
</li>
<!--{/if}-->
<!-- {if $cfg.show_goodsweight} 商品重量-->
<li class="clearfix">
<dd>

<strong>{$lang.goods_weight}</strong>{$goods.goods_weight}

</dd>
</li>
<!-- {/if} -->
<!-- {if $cfg.show_addtime} 上架时间-->
<li class="clearfix">
<dd>

<strong>{$lang.add_time}</strong>{$goods.add_time}

</dd>
</li>
<!-- {/if} -->
<li class="clearfix">
<dd>
<!--点击数-->
<strong>{$lang.goods_click_count}:</strong>{$goods.click_count}
</dd>
</li>
<li class="clearfix">
<dd>
<!-- {if $cfg.show_marketprice} 市场价格-->
<strong>{$lang.market_price}</strong><font class="market">{$goods.market_price}</font><br />
<!-- {/if} -->
<!--本店售价-->
<strong>{$lang.shop_price}</strong><font class="shop" id="ECS_SHOPPRICE">{$goods.shop_price_formated}</font><br />
<!-- {foreach from=$rank_prices item=rank_price key=key} 会员等级对应的价格-->
<strong>{$rank_price.rank_name}:</strong><font class="shop" id="ECS_RANKPRICE_{$key}">{$rank_price.price}</font><br />
<!--{/foreach}-->
</dd>
</li>
<li class="clearfix">
<dd>
<strong>{$lang.goods_rank}</strong>
<img src="images/stars{$goods.comment_rank}.gif" alt="comment rank {$goods.comment_rank}" />
</dd>
</li>