ecshop中相应的描述不显示

发布于 2021-11-18 05:06:52 字数 1974 浏览 982 评论 2

这段代码显示商品和商品的描述,但是图片显示了,商品描述就是显示不出来。求教...

这是我的页面头部:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<title>{$page_title}</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
{insert_scripts files='common.js,index.js'}
</head>

<body>
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
<div class="blank"></div>
<!--banner-->
<div class="banner"><img src="images/banner.jpg" /></div>

相应的描述代码:

<div class="heibai">

    <div class="sjfg_t"><img src="images/lit02.jpg" /></div>
    <div class="heibai_m">
    <!--{foreach from=$best_goods item=goods name=top_goods}-->
        <!-- {if $smarty.foreach.top_goods.iteration<2}-->
            <img src="{$goods.goods_img}" alt="{$goods.name|escape:html}" /><p>{$goods.goods_brief}
        <!-- {/if} -->
    <!--{/foreach}-->
    </div>
</div

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

回眸一笑 2021-11-18 16:04:47

代码没有找错呀!

悟红尘 2021-11-18 10:43:39

代码找错了!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文