第二次提交

This commit is contained in:
zufeng555
2019-03-01 17:32:10 +08:00
parent 26f08a2fc3
commit 4fc9126214
224 changed files with 66862 additions and 1338 deletions

View File

@@ -413,44 +413,7 @@
</div>
<!--搭配购组合套餐 s-->
<include file="goods/goodsInfoCombination"/>
<!--搭配购组合套餐 e-->
<div class="detail-main p">
<div class="w1224">
<div class="deta-le-ma">
<div class="type_more">
<div class="type-top">
<h2>热搜推荐</h2>
</div>
<div class="type-bot">
<ul class="xg_typ">
<foreach name="tpshop_config.hot_keywords" item="wd" key="k">
<li><a href="{:U('Home/Goods/search',array('q'=>$wd))}">{$wd}</a></li>
</foreach>
</ul>
</div>
</div>
<div class="type_more ma-to-20">
<div class="type-top">
<h2>推荐热卖</h2>
</div>
<div class="tjhot-shoplist type-bot">
<tpshop sql="select goods_id,goods_name,shop_price from __PREFIX__goods where is_recommend=1 and is_on_sale = 1 order by goods_id desc limit 10"
item="vo" key="k">
<div class="alone-shop">
<a href="{:U('Home/Goods/goodsInfo',array('id'=>$vo[goods_id]))}"><img
src="{$vo.goods_id|goods_thum_images=206,206}" style="display: inline;"></a>
<p class="line-two-hidd"><a href="{:U('Home/Goods/goodsInfo',array('id'=>$vo[goods_id]))}">{$vo.goods_name|getSubstr=0,30}</a>
</p>
<p class="price-tag"><span class="li_xfo"></span><span>{$vo.shop_price}</span></p>
<!--<p class="store-alone"><a href="">恒要达食品专享店</a></p>-->
</div>
</tpshop>
</div>
</div>
</div>
<include file="goods/goodsInfoDetail"/>
</div>
</div>
<script type="text/javascript">
// 商品详情页 滚动到一定位置固定定位
$(window).scroll(function () {