ecshop wap 商品详情页面调用图片
1、打开mobile/templates/goods.html
查找代码
{$goods_info.goods_name}<br/>
在下面插入代码
<img src=\'./../{$goods_info.goods_img}\' alt=\'{$goods_info.goods_name}\' /><br/>
这样就可以在手机上在商品详情页上看到一张图片。
1、打开mobile/templates/goods.html
查找代码
{$goods_info.goods_name}<br/>
在下面插入代码
<img src=\'./../{$goods_info.goods_img}\' alt=\'{$goods_info.goods_name}\' /><br/>
这样就可以在手机上在商品详情页上看到一张图片。
相关文章: