bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html >
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>{$page_title}</title>
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="stylesheet" type="text/css" href="themesmobile/68ecshopcom_mobile/css/public.css"/>
<link rel="stylesheet" type="text/css" href="themesmobile/68ecshopcom_mobile/css/index.css"/>
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/TouchSlide.1.1.js"></script>
</head>
<body>
{insert name='share'}{insert name='add_url_uid'}
<div class="body_bj">
<!--网站头部-->
<header id="header"> <!-- #BeginLibraryItem "/library/page_header.lbi" --> <!-- #EndLibraryItem --> </header>
<!--banner--> 
<!-- #BeginLibraryItem "/library/index_ad.lbi" --> <!-- #EndLibraryItem --> 
<!--banner end--> 
<!---搜索--->
<div class="index_search">
  <div class="index_search_mid"> <a href="searchindex.php"> <em>请输入您所搜索的商品</em> <span><img src="themesmobile/68ecshopcom_mobile/images/icosousuo.png"></span> </a> </div>
</div>
<!-- #BeginLibraryItem "/library/index_icon.lbi" --><!-- #EndLibraryItem --> 
 
 
 
<!-- 楼层广告位--> 
<div class="floor_body2">
    <h2>————&nbsp;每日热卖推荐&nbsp;————</h2>
     <!--{foreach from=$daygoods item=cat}--> 
        <ul class="product single_item info">
        <li>
        <div class="index_pro">
          <div class="products_kuang">
             <a href="goods.php?id={$cat.goods_id}" > <img src="../../{$cat.goods_thumb}"></a></div>
          <div class="goods_name"> <a href="goods.php?id={$cat.goods_id}" >{$cat.goods_name}</a></div>
          <div class="price">
          <br>
            <a href="javascript:addToCart({$cat.goods_id})" class="btns">
                <img src="themesmobile/68ecshopcom_mobile/images/index_flow.png">
            </a>
            <span>{$cat.shop_price}</span>
          </div>
          </div>
                
          </li>
        </ul>
    <!--{/foreach}-->     
       
       
</div>
 
 
<!-- #BeginLibraryItem "/library/footer_nav.lbi" --> <!-- #EndLibraryItem --> 
<!---返回顶部-->
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/jquery.js"></script>
{insert_scripts files='jquery.json.js,transport.js'}
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/touchslider.dev.js"></script>
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/jquery.more.js"></script>
{insert_scripts files='common.js'}
<script type="text/javascript">
var url = 'index_bestgoods.php?act=ajax';
$(function(){
    $('#J_ItemList').more({'address': url});
});
 
</script> 
<script>
function goTop(){
    $('html,body').animate({'scrollTop':0},600);
}
</script>
<a href="javascript:goTop();" class="gotop"><img src="themesmobile/68ecshopcom_mobile/images/topup.png"></a> 
<script type="Text/Javascript" language="JavaScript">
 
{literal}
function selectPage(sel)
{
   sel.form.submit();
}
{/literal}
 
</script>
<script type="text/javascript">
{foreach from=$lang.compare_js item=item key=key}
{if $key neq 'button_compare'}
var {$key} = "{$item}";
{else}
var button_compare = "";
{/if}
{/foreach}
var compare_no_goods = "{$lang.compare_no_goods}";
var btn_buy = "{$lang.btn_buy}";
var is_cancel = "{$lang.is_cancel}";
var select_spe = "{$lang.select_spe}";
</script>
</div> 
</body>
</html>