123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582 |
- <?php /*a:5:{s:71:"/data/web/pl.valimart.net/app/home/view/default/base/dispatch_jump.html";i:1657785114;s:66:"/data/web/pl.valimart.net/app/home/view/default/base/mall_top.html";i:1660791884;s:69:"/data/web/pl.valimart.net/app/home/view/default/base/mall_header.html";i:1657785114;s:69:"/data/web/pl.valimart.net/app/home/view/default/base/mall_server.html";i:1657785114;s:69:"/data/web/pl.valimart.net/app/home/view/default/base/mall_footer.html";i:1657785114;}*/ ?>
- <!doctype html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><?php echo htmlentities((isset($html_title) && ($html_title !== '')?$html_title:config('ds_config.site_name'))); ?></title>
- <meta name="renderer" content="webkit|ie-comp|ie-stand" />
- <meta name="keywords" content="<?php echo htmlentities((isset($seo_keywords) && ($seo_keywords !== '')?$seo_keywords:'')); ?>" />
- <meta name="description" content="<?php echo htmlentities((isset($seo_description) && ($seo_description !== '')?$seo_description:'')); ?>" />
- <?php echo token_meta(); ?>
- <link rel="stylesheet" href="<?php echo htmlentities(HOME_SITE_ROOT); ?>/css/common.css">
- <link rel="stylesheet" href="<?php echo htmlentities(HOME_SITE_ROOT); ?>/css/home_header.css">
- <script>
- var BASESITEROOT = "<?php echo htmlentities(BASE_SITE_ROOT); ?>";
- var HOMESITEROOT = "<?php echo htmlentities(HOME_SITE_ROOT); ?>";
- var BASESITEURL = "<?php echo htmlentities(BASE_SITE_URL); ?>";
- var HOMESITEURL = "<?php echo htmlentities(HOME_SITE_URL); ?>";
- var TIMESTAMP = "<?php echo htmlentities(TIMESTAMP); ?>";
- </script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery-2.1.4.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/common.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery.ui.datepicker-zh-CN.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.validate.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/additional-methods.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/layer/layer.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/dialog/dialog.js" id="dialog_js" charset="utf-8"></script>
- </head>
- <body>
- <div id="append_parent"></div>
- <div id="ajaxwaitid"></div>
- <?php if($adv_top): ?>
- <div style="background:<?php echo htmlentities((isset($adv_top['adv_bgcolor']) && ($adv_top['adv_bgcolor'] !== '')?$adv_top['adv_bgcolor']:'')); ?>;">
- <div class="w1200">
- <a href="<?php echo url('Advclick/Advclick',['adv_id'=>$adv_top['adv_id']]); ?>" target="_blank" title="<?php echo htmlentities($adv_top['adv_title']); ?>"><img src="<?php echo ds_get_pic(ATTACH_ADV,$adv_top['adv_code']); ?>" width="1200"/></a>
- </div>
- </div>
- <?php endif; ?>
- <div class="public-top">
- <div class="w1200">
- <span class="top-link">
- <?php echo htmlentities(lang('welcome_to')); ?> <em><?php echo htmlentities(config('ds_config.site_name')); ?></em>
- </span>
- <ul class="login-regin">
- <?php if(session('member_id')): ?>
- <li class="line"> <a href="<?php echo url('Member/index'); ?>"><?php echo session('member_nickname'); ?></a></li>
- <li> <a href="<?php echo url('Login/Logout'); ?>"><?php echo htmlentities(lang('exit')); ?></a></li>
- <?php else: ?>
- <li class="line"> <a href="<?php echo url('Login/login'); ?>"><?php echo htmlentities(lang('please_log')); ?></a></li>
- <?php if(config('ds_config.member_normal_register')==1 || config('ds_config.sms_register')==1): ?>
- <li> <a href="<?php echo url('Login/register'); ?>"><?php echo htmlentities(lang('free_registration')); ?></a></li>
- <?php endif; ?>
- <?php endif; ?>
- </ul>
- <span class="top-link">
- <strong style="margin-left:30px;"><?php echo htmlentities(lang('ds_attention')); ?><a href="https://www.valimart.net/" target="_blank">www.csdeshang.com</a> <?php echo htmlentities(lang('ds_continuous_update')); ?></strong>
- <?php echo htmlentities(lang('ds_purchase_authorization')); ?>:<a target="_blank" href="<?php echo htmlentities(HTTP_TYPE); ?>wpa.qq.com/msgrd?v=3&uin=858761000&site=qq&menu=yes"><img border="0" src="<?php echo htmlentities(HTTP_TYPE); ?>wpa.qq.com/pa?p=2:858761000:51" alt="<?php echo htmlentities(lang('click_here_send_message')); ?>" title="<?php echo htmlentities(lang('click_here_send_message')); ?>"/></a>
- </span>
- <ul class="quick_list">
- <li>
- <span class="outline"></span>
- <span class="blank"></span>
- <a href="<?php echo url('Member/index'); ?>"><?php echo htmlentities(lang('ds_user_center')); ?><b></b></a>
- <div class="dropdown-menu">
- <ol>
- <li><a href="<?php echo url('Memberorder/index'); ?>"><?php echo htmlentities(lang('ds_buying_goods')); ?></a></li>
- <li><a href="<?php echo url('Memberfavorites/fglist'); ?>"><?php echo htmlentities(lang('ds_care_about')); ?></a></li>
- <li><a href="<?php echo url('Memberfavorites/fslist'); ?>"><?php echo htmlentities(lang('ds_the_shop')); ?></a></li>
- </ol>
- </div>
- </li>
- <li>
- <span class="outline"></span>
- <span class="blank"></span>
- <a href="<?php echo url('Seller/index'); ?>"><?php echo htmlentities(lang('business_center')); ?><b></b></a>
- <div class="dropdown-menu">
- <ol>
- <?php if(session('seller_id')): ?>
- <li><a href="<?php echo url('Seller/index'); ?>"><?php echo htmlentities(lang('ds_shop_overview')); ?></a></li>
- <li><a href="<?php echo url('Sellerorder/index'); ?>"><?php echo htmlentities(lang('ds_member_path_store_order')); ?></a></li>
- <li><a href="<?php echo url('Sellergoodsonline/index'); ?>"><?php echo htmlentities(lang('promotion_goods_manage')); ?></a></li>
- <?php else: if(config('ds_config.store_joinin_open')!=0): ?>
- <li><a href="<?php echo url('Showjoinin/index'); ?>"><?php echo htmlentities(lang('tenants')); ?></a></li>
- <?php endif; ?>
- <li><a href="<?php echo url('Sellerlogin/login'); ?>"><?php echo htmlentities(lang('merchant_login')); ?></a></li>
- <?php endif; ?>
- </ol>
- </div>
- </li>
- <li>
- <span class="outline"></span>
- <span class="blank"></span>
- <a href="<?php echo url('Memberfavorites/fglist'); ?>"><?php echo htmlentities(lang('ds_favorites')); ?><b></b></a>
- <div class="dropdown-menu">
- <ol>
- <li><a href="<?php echo url('Memberfavorites/fglist'); ?>"><?php echo htmlentities(lang('ds_merchandise_collection')); ?></a></li>
- <li><a href="<?php echo url('Memberfavorites/fslist'); ?>"><?php echo htmlentities(lang('ds_store_collect')); ?></a></li>
- </ol>
- </div>
- </li>
- <li>
- <span class="outline"></span>
- <span class="blank"></span>
- <a href="javascript:void(0)"><?php echo htmlentities(lang('ds_fast_nav')); ?><b></b></a>
- <div class="dropdown-menu">
- <ol>
- <?php foreach($navs['header'] as $nav): ?>
- <li>
- <a href="<?php echo htmlentities($nav['nav_url']); ?>" <?php if($nav['nav_new_open'] == 1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($nav['nav_title']); ?></a>
- </li>
- <?php endforeach; ?>
- </ol>
- </div>
- </li>
- <li class="moblie-qrcode">
- <span class="outline"></span>
- <span class="blank"></span>
- <a href="javascript:void(0)"><?php echo htmlentities(lang('wechat_end')); ?></a>
- <div class="dropdown-menu">
- <img src="<?php echo ds_get_pic(ATTACH_COMMON,config('ds_config.site_logowx')); ?>" width="90" height="90" />
- </div>
- </li>
- <!--
- <li class="app-qrcode">
- <span class="outline"></span>
- <span class="blank"></span>
- <a href="javascript:void(0)">APP</a>
- <div class="dropdown-menu">
- <img width="90" height="90" src="<?php echo ds_get_pic(ATTACH_COMMON,config('ds_config.site_logowx')); ?>" />
- <h3>扫描二维码</h3>
- <p>下载手机客户端</p>
- </div>
- </li>
- -->
- </ul>
- </div>
- </div>
-
-
-
- <!--左侧导航栏-->
- <div class="ds-appbar">
- <div class="ds-appbar-tabs" id="appBarTabs">
- <?php if(session('is_login')): ?>
- <div class="user" dstype="a-barUserInfo">
- <div class="avatar"><img src="<?php echo get_member_avatar(session('avatar')); ?>?<?php echo htmlentities(TIMESTAMP); ?>"/></div>
- <p><?php echo htmlentities(lang('sns_me')); ?></p>
- </div>
- <div class="user-info" dstype="barUserInfo" style="display:none;"><i class="arrow"></i>
- <div class="avatar"><img src="<?php echo get_member_avatar(session('avatar')); ?>?<?php echo htmlentities(TIMESTAMP); ?>"/></div>
- <dl>
- <dt>Hi, <?php echo session('member_nickname'); ?></dt>
- <dd><?php echo htmlentities(lang('ds_current_level')); ?>:<strong dstype="barMemberGrade"><?php echo session('level_name'); ?></strong></dd>
- <dd><?php echo htmlentities(lang('ds_current_experience')); ?>:<strong dstype="barMemberExp"><?php echo session('member_exppoints'); ?></strong></dd>
- </dl>
- </div>
- <?php else: ?>
- <div class="user TA_delay" dstype="a-barLoginBox">
- <div class="avatar TA"><img src="<?php echo get_member_avatar(session('avatar')); ?>?<?php echo htmlentities(TIMESTAMP); ?>"/></div>
- <p class="TA"><?php echo htmlentities(lang('login_notlogged')); ?></p>
- </div>
- <?php endif; ?>
- <ul class="tools">
- <?php if(config('ds_config.instant_message_open') == '1'): ?>
- <li><a href="javascript:void(0);" id="chat_show_user" class="chat TA_delay"><span class="iconfont"></span><span class="tit"><?php echo htmlentities(lang('ds_chat')); ?></span><i id="new_msg" class="new_msg" style="display:none;"></i></a></li>
- <?php endif; ?>
- <li><a href="javascript:void(0);" onclick="toglle_bar('rtoolbar_cart')" id="rtoolbar_cart" class="cart TA_delay"><span class="iconfont"></span><span class="tit"><?php echo htmlentities(lang('ds_cart')); ?></span><i id="rtoobar_cart_count" class="new_msg" style="display:none;"></i></a></li>
- <li><a href="javascript:void(0);" onclick="toglle_bar('compare')" id="compare" class="compare TA_delay"><span class="iconfont"></span><span class="tit"><?php echo htmlentities(lang('ds_comparison')); ?></span></a></li>
- <li>
- <a href="javascript:void(0);" id="qrcode" class="qrcode TA_delay"><span class="iconfont"></span>
- <span class="tit-box">
- <?php echo htmlentities(lang('ds_mobile_shopping_better')); ?><br>
- <img src="<?php echo htmlentities(HOME_SITE_URL); ?>/qrcode?url=<?php echo htmlentities(config('ds_config.h5_site_url')); ?>" width="110" height="110" />
- <em class="tips_arrow"></em>
- </span>
- </a>
- </li>
- <li><a href="javascript:void(0);" onclick="$('html,body').animate({scrollTop: '0px'}, 500)" id="gotop" class="gotop TA_delay" style="position: fixed;bottom: 0"><span class="iconfont"></span><span class="tit"><?php echo htmlentities(lang('ds_top')); ?></span></a></li>
- </ul>
- <div class="content-box" id="content-compare">
- <div class="top">
- <h3><?php echo htmlentities(lang('ds_comparison')); ?></h3>
- <a href="javascript:void(0);" class="close iconfont" title="<?php echo htmlentities(lang('ds_hidden')); ?>"></a></div>
- <div id="comparelist"></div>
- </div>
- <div class="content-box" id="content-cart">
- <div class="top">
- <h3><?php echo htmlentities(lang('ds_my_shopping_cart')); ?></h3>
- <a href="javascript:void(0);" class="close iconfont" title="<?php echo htmlentities(lang('ds_hidden')); ?>"></a></div>
- <div id="rtoolbar_cartlist"></div>
- </div>
- </div>
- </div>
-
- <script type="text/javascript">
- //动画显示边条内容区域
- $(function() {
- $(".close").click(function(){
- close_bar();
- });
- // 右侧bar用户信息
- $('div[dstype="a-barUserInfo"]').click(function(){
- $('div[dstype="barUserInfo"]').toggle();
- });
- // 右侧bar登录
- $('div[dstype="a-barLoginBox"]').click(function(){
- login_dialog();
- });
- <?php if($cart_goods_num > 0): ?>
- $('#rtoobar_cart_count').html(<?php echo htmlentities($cart_goods_num); ?>).show();
- <?php endif; ?>
- });
- function toglle_bar(item){
- var member_id = "<?php echo session('member_id'); ?>";
- if(member_id == ''){
- login_dialog();
- return;
- }
- //判断侧边栏是否已拉出
- if(parseInt($('.ds-appbar').css('width')) == 36){
- $('.ds-appbar').css('width','306px');
- }
- //判断选中项是否已显示
- if(!$("#"+item).hasClass('active')){
- $('.tools li > a').removeClass('active');
- $("#"+item).addClass('active');
- $('.content-box').removeClass('active');
-
- switch(item){
- case 'rtoolbar_cart':
- $("#rtoolbar_cartlist").load("<?php echo url('Cart/ajax_load',['type'=>'html']); ?>");
- $("#content-cart").addClass('active');
- break;
- case 'compare':
- loadCompare(false);
- $("#content-compare").addClass('active');
- break;
- }
- }else{
- //关闭
- close_bar();
- $(".chat-list").css("display",'none');
- }
-
- }
- function close_bar(){
- $('.tools li > a').removeClass('active');
- $('.content-box').removeClass('active');
- $('.ds-appbar').css('width','36px');
- }
- </script>
- <link rel="stylesheet" href="<?php echo htmlentities(HOME_SITE_ROOT); ?>/css/home.css">
- <div class="header clearfix">
- <div class="w1200">
- <div class="logo">
- <a href="<?php echo htmlentities(HOME_SITE_URL); ?>"><img src="<?php echo ds_get_pic(ATTACH_COMMON,config('ds_config.site_logo')); ?>"/></a>
- </div>
- <div class="top_search">
- <div class="top_search_box">
- <div id="search">
- <ul class="tab" dstype="<?php echo htmlentities(app('request')->controller()); ?>">
- <li class="current"><span><?php echo htmlentities(lang('site_search_goods')); ?></span><i class="arrow"></i></li>
- <li style="display: none;"><span><?php echo htmlentities(lang('site_search_store')); ?></span></li>
- </ul>
- </div>
- <div class="form_fields">
- <form class="search-form" id="search-form" method="get" action="<?php echo url('Search/index'); ?>">
- <input placeholder="<?php echo htmlentities(lang('search_merchandise_keywords')); ?>" name="keyword" id="keyword" type="text" class="keyword" value="<?php echo htmlentities(app('request')->param('keyword')); ?>" maxlength="60" />
- <input type="submit" id="button" value="<?php echo htmlentities(lang('ds_common_search')); ?>" class="submit">
- </form>
- </div>
- </div>
- <ul class="top_search_keywords">
- <?php if(is_array($hot_search) || $hot_search instanceof \think\Collection || $hot_search instanceof \think\Paginator): if( count($hot_search)==0 ) : echo "" ;else: foreach($hot_search as $hot_k=>$hot_keyword): ?>
- <li <?php if($hot_k==0): ?>class="first"<?php endif; ?>><a href="<?php echo htmlentities(HOME_SITE_URL); ?>/Search/index.html?keyword=<?php echo htmlentities($hot_keyword); ?>"><?php echo htmlentities($hot_keyword); ?></a></li>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </ul>
- </div>
- <div class="user_menu">
- <dl class="my-mall">
- <dt><span class="ico iconfont"></span><?php echo htmlentities(lang('ds_user_center')); ?><i class="arrow"></i></dt>
- <dd>
- <div class="sub-title">
- <h4></h4>
- <a href="<?php echo url('Member/index'); ?>" class="arrow"><?php echo htmlentities(lang('ds_my_user_center')); ?><i></i></a>
- </div>
- <div class="user-centent-menu">
- <ul>
- <li><a href="<?php echo url('Membermessage/message'); ?>"><?php echo htmlentities(lang('ds_message')); ?>(<span><?php if(session('member_id')): ?><?php echo htmlentities((isset($message_num) && ($message_num !== '')?$message_num:0)); else: ?>0<?php endif; ?></span>)</a></li>
- <li><a href="<?php echo url('Memberorder/index'); ?>" class="arrow"><?php echo htmlentities(lang('ds_my_order')); ?><i></i></a></li>
- <li><a href="<?php echo url('Memberconsult/index'); ?>"><?php echo htmlentities(lang('ds_consulting_reply')); ?>(<span id="member_consult">0</span>)</a></li>
- <li><a href="<?php echo url('Memberfavorites/fglist'); ?>" class="arrow"><?php echo htmlentities(lang('ds_favorites')); ?><i></i></a></li>
- <li><a href="<?php echo url('Membervoucher/index'); ?>"><?php echo htmlentities(lang('ds_vouchers')); ?>(<span id="member_voucher">0</span>)</a></li>
- <li><a href="<?php echo url('Memberpoints/index'); ?>" class="arrow"><?php echo htmlentities(lang('ds_my_points')); ?><i></i></a></li>
- </ul>
- </div>
- <div class="browse-history">
- <div class="part-title">
- <h4><?php echo htmlentities(lang('ds_recently_browsed_items')); ?></h4>
- <span style="float:right;"><a href="<?php echo url('Membergoodsbrowse/listinfo'); ?>"><?php echo htmlentities(lang('ds_full_history')); ?></a></span>
- </div>
- <ul>
- <li class="no-goods"><img class="loading" src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/images/loading.gif"></li>
- </ul>
- </div>
- </dd>
- </dl>
- <dl class="my-cart">
- <dt><span class="ico iconfont"></span><?php echo htmlentities(lang('ds_shopping_cart_settlement')); ?><i class="arrow"></i></dt>
- <dd>
- <div class="sub-title">
- <h4><?php echo htmlentities(lang('ds_latest_additions')); ?></h4>
- </div>
- <div class="incart-goods-box">
- <div class="incart-goods"><div class="no-order"><span><?php echo htmlentities(lang('ds_shopping_cart_empty')); ?></span></div></div>
- </div>
- <div class="checkout"> <span class="total-price"></span><a href="<?php echo url('Cart/index'); ?>" class="btn-cart"><?php echo htmlentities(lang('ds_checkout_cart')); ?></a> </div>
- </dd>
- <div class="addcart-goods-num"><?php echo htmlentities($cart_goods_num); ?></div>
- </dl>
- </div>
- </div>
- </div>
- <div class="mall_nav">
- <div class="w1200">
- <div class="all_categorys">
- <div class="mt">
- <i></i>
- <h3><a href="<?php echo url('Category/goods'); ?>"><?php echo htmlentities(lang('ds_all_commodity_classes')); ?></a></h3>
- </div>
- <div class="mc">
- <ul class="menu">
- <?php if(!(empty($header_categories) || (($header_categories instanceof \think\Collection || $header_categories instanceof \think\Paginator ) && $header_categories->isEmpty()))): $i = 0; if(is_array($header_categories) || $header_categories instanceof \think\Collection || $header_categories instanceof \think\Paginator): if( count($header_categories)==0 ) : echo "" ;else: foreach($header_categories as $key=>$val): $i++; ?>
- <li cat_id="<?php echo htmlentities($val['gc_id']); ?>" <?php if($i>11): ?>style="display:none;"<?php endif; ?>>
- <div class="class">
- <span class="arrow"></span>
- <?php if(!(empty($val['gc_image']) || (($val['gc_image'] instanceof \think\Collection || $val['gc_image'] instanceof \think\Paginator ) && $val['gc_image']->isEmpty()))): ?>
- <span class="ico"><img src="<?php echo ds_get_pic(ATTACH_COMMON, $val['gc_image']); ?>"></span>
- <?php else: ?>
- <span class="iconfont category-ico-<?php echo htmlentities($i); ?>"></span>
- <?php endif; ?>
- <h4><a href="<?php echo url('Search/index',['cate_id'=>$val['gc_id']]); ?>"><?php echo htmlentities($val['gc_name']); ?></a></h4>
- </div>
- <div class="sub-class" cat_menu_id="<?php echo htmlentities($val['gc_id']); ?>">
- <div class="sub-class-content">
- <div class="recommend-class">
- <?php if(!(empty($val['cn_classs']) || (($val['cn_classs'] instanceof \think\Collection || $val['cn_classs'] instanceof \think\Paginator ) && $val['cn_classs']->isEmpty()))): if(is_array($val['cn_classs']) || $val['cn_classs'] instanceof \think\Collection || $val['cn_classs'] instanceof \think\Paginator): if( count($val['cn_classs'])==0 ) : echo "" ;else: foreach($val['cn_classs'] as $k=>$v): ?>
- <span><a href="<?php echo url('Search/index',['cate_id'=>$v['gc_id']]); ?>" title="<?php echo htmlentities($v['gc_name']); ?>"><?php echo htmlentities($v['gc_name']); ?></a></span>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- </div>
- <?php if(!(empty($val['class2']) || (($val['class2'] instanceof \think\Collection || $val['class2'] instanceof \think\Paginator ) && $val['class2']->isEmpty()))): if(is_array($val['class2']) || $val['class2'] instanceof \think\Collection || $val['class2'] instanceof \think\Paginator): if( count($val['class2'])==0 ) : echo "" ;else: foreach($val['class2'] as $k=>$v): ?>
- <dl>
- <dt>
- <h3><a href="<?php echo url('Search/index',['cate_id'=>$v['gc_id']]); ?>"><?php echo htmlentities($v['gc_name']); ?></a></h3>
- </dt>
- <dd class="goods-class">
- <?php if(!(empty($v['class3']) || (($v['class3'] instanceof \think\Collection || $v['class3'] instanceof \think\Paginator ) && $v['class3']->isEmpty()))): if(is_array($v['class3']) || $v['class3'] instanceof \think\Collection || $v['class3'] instanceof \think\Paginator): if( count($v['class3'])==0 ) : echo "" ;else: foreach($v['class3'] as $k3=>$v3): ?>
- <a href="<?php echo url('Search/index',['cate_id'=>$v3['gc_id']]); ?>"><?php echo htmlentities($v3['gc_name']); ?></a>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- </dd>
- </dl>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- </div>
- <div class="sub-class-right">
- <?php if(!(empty($val['cn_brands']) || (($val['cn_brands'] instanceof \think\Collection || $val['cn_brands'] instanceof \think\Paginator ) && $val['cn_brands']->isEmpty()))): ?>
- <div class="brands-list">
- <ul>
- <?php if(is_array($val['cn_brands']) || $val['cn_brands'] instanceof \think\Collection || $val['cn_brands'] instanceof \think\Paginator): if( count($val['cn_brands'])==0 ) : echo "" ;else: foreach($val['cn_brands'] as $key=>$brand): ?>
- <li>
- <a href="<?php echo url('Brand/brand_goods',['brand_id'=>$brand['brand_id']]); ?>" title="<?php echo htmlentities($brand['brand_name']); ?>"><?php if(($brand['brand_pic'] != '')): ?><img src="<?php echo brand_image($brand['brand_pic']); ?>"/><?php endif; ?>
- <span><?php echo htmlentities($brand['brand_name']); ?></span>
- </a>
- </li>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </ul>
- </div>
- <?php endif; ?>
- <div class="adv-promotions">
- <?php if(isset($val['goodscn_adv1']) && $val['goodscn_adv1'] != ''): ?>
- <a <?php if($val['goodscn_adv1_link'] == ''): ?>href="javascript:;"<?php else: ?>target="_blank" href="<?php echo htmlentities($val['goodscn_adv1_link']); ?><?php endif; ?>><img src="<?php echo htmlentities($val['goodscn_adv1']); ?>" data-url="<?php echo htmlentities($val['goodscn_adv1']); ?>" class="scrollLoading" /></a>
- <?php endif; if(isset($val['goodscn_adv2']) && $val['goodscn_adv2'] != ''): ?>
- <a <?php if($val['goodscn_adv2_link'] == ''): ?>href="javascript:;"<?php else: ?>target="_blank" href="<?php echo htmlentities($val['goodscn_adv2_link']); ?><?php endif; ?>><img src="<?php echo htmlentities($val['goodscn_adv2']); ?>" data-url="<?php echo htmlentities($val['goodscn_adv2']); ?>" class="scrollLoading" /></a>
- <?php endif; ?>
- </div>
- </div>
- </div>
- </li>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- </ul>
- </div>
- </div>
- <div class="nav_list">
- <ul class="site_menu">
- <li><a href="<?php echo url('Index/index'); ?>" class="current"><?php echo htmlentities(lang('ds_index')); ?></a></li>
- <?php foreach($navs['middle'] as $nav): ?>
- <li><a href="<?php echo htmlentities($nav['nav_url']); ?>" <?php if($nav['nav_new_open'] == 1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($nav['nav_title']); ?></a></li>
- <?php endforeach; ?>
- </ul>
- </div>
-
- </div>
- </div>
- <!--面包屑导航 BEGIN-->
- <?php if(!(empty($nav_link_list) || (($nav_link_list instanceof \think\Collection || $nav_link_list instanceof \think\Paginator ) && $nav_link_list->isEmpty()))): ?>
- <div class="dsh-breadcrumb-layout">
- <div class="dsh-breadcrumb w1200"><i class="iconfont"></i>
- <?php foreach($nav_link_list as $nav_link): if(empty($nav_link['link']) || (($nav_link['link'] instanceof \think\Collection || $nav_link['link'] instanceof \think\Paginator ) && $nav_link['link']->isEmpty())): ?>
- <span><?php echo htmlentities($nav_link['title']); ?></span>
- <?php else: ?>
- <span><a href="<?php echo htmlentities($nav_link['link']); ?>"><?php echo htmlentities($nav_link['title']); ?></a></span><span class="arrow">></span>
- <?php endif; ?>
- <?php endforeach; ?>
- </div>
- </div>
- <?php endif; ?>
- <!--面包屑导航 END-->
- <script>
- $(function() {
- //首页左侧分类菜单
- $(".all_categorys ul.menu").find("li").each(
- function() {
- $(this).hover(
- function() {
- var cat_id = $(this).attr("cat_id");
- var menu = $(this).find("div[cat_menu_id='"+cat_id+"']");
- menu.show();
- $(this).addClass("hover");
- var menu_height = menu.height();
- if (menu_height < 60) menu.height(80);
- menu_height = menu.height();
- var li_top = $(this).position().top;
- $(menu).css("top",-li_top + 40);
- },
- function() {
- $(this).removeClass("hover");
- var cat_id = $(this).attr("cat_id");
- $(this).find("div[cat_menu_id='"+cat_id+"']").hide();
- }
- );
- }
- );
- $(".user_menu dl").hover(function() {
- $(this).addClass("hover");
- }, function() {
- $(this).removeClass("hover");
- });
- $('.user_menu .my-mall').mouseover(function() {
- // 最近浏览的商品
- load_history_information();
- $(this).unbind('mouseover');
- });
- $('.user_menu .my-cart').mouseover(function() {
- // 运行加载购物车
- load_cart_information();
- $(this).unbind('mouseover');
- });
- });
-
- </script>
- <style type="text/css">
- .system-message{ padding:120px 0;border: 1px solid #E6E6E6;margin-top:20px;}
- .system-message p{margin-left:400px;}
- .system-message .jump{ padding-top: 10px; }
- .system-message .jump a{ color: #333; }
- .system-message i{float: left;padding-right: 10px;width: 41px;height: 40px;background: url(<?php echo htmlentities(HOME_SITE_ROOT); ?>/images/pw-icon.gif) no-repeat;}
- .system-message .success i{background-position: 0 -40px !important;}
- .system-message .error i{background-position: 0 -85px !important;}
- .system-message .success,.system-message .error{ line-height:40px; font-size:26px;}
- .system-message .detail{ font-size: 12px; line-height: 20px; margin-top: 12px; display: none; }
- </style>
- <div class="w1200">
- <div class="system-message">
- <?php switch ($code) {case 1:?>
- <p class="success"><i></i><?php echo(strip_tags($msg));?></p>
- <?php break;case 0:?>
- <p class="error"><i></i><?php echo(strip_tags($msg));?></p>
- <?php break;} ?>
- <p class="detail"></p>
- <p class="jump">
- <?php echo htmlentities(lang('page_automatic')); ?> <a id="href" href="<?php echo($url);?>"><?php echo htmlentities(lang('jump')); ?></a> <?php echo htmlentities(lang('waiting_time')); ?>: <b id="wait"><?php echo($wait);?></b>
- </p>
- </div>
- </div>
- <script type="text/javascript">
- (function(){
- var wait = document.getElementById('wait'),
- href = document.getElementById('href').href;
- var interval = setInterval(function(){
- var time = --(wait.innerHTML);
- if(time <= 0) {
- location.href = href;
- clearInterval(interval);
- };
- }, 1000);
- })();
- </script>
- <div class="server">
- <div class="ensure">
- <a href="#"></a>
- <a href="#"></a>
- <a href="#"></a>
- <a href="#"></a>
- </div>
- <div class="mall_desc">
- <?php if(!(empty($article_list) || (($article_list instanceof \think\Collection || $article_list instanceof \think\Paginator ) && $article_list->isEmpty()))): if(is_array($article_list) || $article_list instanceof \think\Collection || $article_list instanceof \think\Paginator): $_6444feba8c33f = is_array($article_list) ? array_slice($article_list,0,4, true) : $article_list->slice(0,4, true); if( count($_6444feba8c33f)==0 ) : echo "" ;else: foreach($_6444feba8c33f as $key=>$art): ?>
- <dl>
- <dt><?php echo htmlentities($art['ac_name']); ?></dt>
- <dd>
- <?php if(!(empty($art['list']) || (($art['list'] instanceof \think\Collection || $art['list'] instanceof \think\Paginator ) && $art['list']->isEmpty()))): if(is_array($art['list']) || $art['list'] instanceof \think\Collection || $art['list'] instanceof \think\Paginator): if( count($art['list'])==0 ) : echo "" ;else: foreach($art['list'] as $key=>$list): ?>
- <a href="<?php if($list['article_url'] !=''): ?><?php echo htmlentities($list['article_url']); else: ?><?php echo url('Article/show',['article_id'=>$list['article_id']]); ?><?php endif; ?>"><?php echo htmlentities($list['article_title']); ?></a>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- </dd>
- </dl>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- <dl class="mall_mobile">
- <dt><?php echo htmlentities(lang('ds_mobile_mall')); ?></dt>
- <dd>
- <a href="#" class="join">
- <img src="<?php echo htmlentities(HOME_SITE_URL); ?>/qrcode?url=<?php echo htmlentities(config('ds_config.h5_site_url')); ?>" width="105" height="105" >
- </a>
- </dd>
- </dl>
- </div>
- </div>
- <?php if(config('ds_config.instant_message_open') == '1' && !isset($wait) && request()->controller() != 'Payment' && request()->controller() != 'Showgroupbuy'): ?>
- <?php echo get_chat(); ?>
- <?php endif; ?>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.cookie.js"></script>
- <script src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/js/compare.js"></script>
- <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.css">
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.js"></script>
- <script type="text/javascript" src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/qtip/jquery.qtip.min.js"></script>
- <link href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/qtip/jquery.qtip.min.css" rel="stylesheet" type="text/css">
- <script type="text/javascript" src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.lazyload.min.js"></script>
- <script>
- //懒加载
- $("img.lazyload").lazyload({
- // placeholder : "<?php echo htmlentities(HOME_SITE_ROOT); ?>/images/loading.gif",
- effect: "fadeIn",
- skip_invisible : false,
- threshold : 200,
- });
- </script>
- <div class="footer-info">
- <div class="links w1200">
- <?php foreach($navs['footer'] as $nav): ?>
- <a href="<?php echo htmlentities($nav['nav_url']); ?>" <?php if($nav['nav_new_open'] == 1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($nav['nav_title']); ?></a>|
- <?php endforeach; ?>
- </div>
- <div class="copyright">
- <p><a href="http://www.beian.gov.cn/portal/registerSystemInfo" target="_blank"><?php echo htmlentities(config('ds_config.wab_number')); ?></a></p>
- <p><a href="https://beian.miit.gov.cn" target="_blank"><?php echo htmlentities(config('ds_config.icp_number')); ?></a></p>
- <p><?php echo htmlentities(config('ds_config.flow_static_code')); ?></p>
- </div>
- </div>
|