2 Star 1 Fork 2

徐子玉 / 品贷网

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
issueSuccess.html 10.14 KB
一键复制 编辑 原始数据 按行查看 历史
徐子玉 提交于 2017-07-05 11:21 . + pdw
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>品代网(www.pdw123.com)--国内首家建材行业供应链交易平台,F2B2C运营模式开创网络建材市场新纪元</title>
<meta name="keywords" content="代理,加盟,招商,批发,零售,掌上建材,PPR,PVC,PE,管材,管件,波纹管,缠绕管,卫浴,陶瓷,龙头,浴缸,地漏,吊顶,灯具,开关,插线板,插座,电线,电缆,水暖五金,地板,油漆,地暖,太阳能,净水器,装修材料" />
<meta name="description" content="品代网(www.pwd123.com)是中国首家采用云管理系统,互联网加实体营销管理为一体的交易平台。专业的建材行业综合网上购物平台,销售管材管件,水暖卫浴,厨卫洁具,灯具开关,板材五金,油漆涂料,电线电缆,家装材料,建筑材料,五金配件,防水等。正品低价,品质保证,便捷操作,诚信服务">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="Administrator">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<meta name="renderer" content="webkit">
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" href="css/head.css" />
<link rel="stylesheet" href="css/index2.css" />
<link rel="stylesheet" href="css/topbannerSecond.css"/>
<link rel="stylesheet" href="css/indent.css" />
<link rel="stylesheet" href="css/add.css" />
<link rel="stylesheet" href="css/issueSuccess.css">
<script src="js/jquery-1.7.2.min.js"></script>
</head>
<body>
<!-- top_header 顶部 -->
{$user_head_html}
<!-- gg_top -->
{$ad_head_html}
<!-- top-main-->
{$search_head_html}
<!--导航分类-->
<div id="headerNav" style="position: relative;">
<div class="wrap_1200 hd_header_nav clearfix">
<!--所有商品分类-->
<div id="allSortOuterbox" class="hd_header_nav_div clearfix">
<div class="allSortOuterbox_til">产品分类</div>
<ul class="allSortOuterbox_con" style="display: none;">
</ul>
<div class="allSortOuterbox_sort" style="display: none;">
</div>
</div>
<!--快速导航-->
<ul id="global_menu" class="hd_header_nav_div">
<img src="images/images/oratil2_12.jpg" class="allSortOuter_trigon">
<li><a href="index.php" class="active">&nbsp;&nbsp;首页&nbsp;&nbsp;</a> </li>
<li><a href="./brandWall.php" target="_blank">品牌大全</a> </li>
<li><a href="./commodity.php" target="_blank">商品专区</a> </li>
<li><a href="about_us.php" target="_blank">关于品代</a> </li>
</ul>
<!--申请代理-->
<div id="applyAgent" class="hd_header_nav_div1">
<a href="applicationAgency.php">
<img src="images/head/proposer.jpg" class="applypic"/>
</a>
</div>
</div>
</div>
<script type="text/javascript">
//导航
$.post('api.php?act=IndexNav', {},
function (data) {
if (data != '') {
data = $.parseJSON(data);
var htmlSeries = "";
var htmlType = "";
$.each(data, function (n, value) {
if (n % 2 == 0) {
htmlSeries += '<li id="allSortOuterbox' + value.SeriesId + '" class="allSort_conli allSort_conliOdd">';
}
else {
htmlSeries += '<li id="allSortOuterbox' + value.SeriesId + '" class="allSort_conli allSort_conliEven">';
}
htmlSeries += '<div class="allSort_conli_til">';
htmlSeries += '<i class="icon iconallsort' + ++n + '"></i>' + '<a href="search.php?seriesId= ' + value.SeriesId + '" style="color:white">' + value.SeriesName + '</a>' + '';
htmlSeries += '</div>';
switch (n) {
case 1:
htmlSeries += '<div class="allSort_conli_vicetil"><span>PPR管</span><span>PVC管</span><span>金属管</span></div>';
break;
case 2:
htmlSeries += '<div class="allSort_conli_vicetil"><span>龙头系列</span><span>卫浴</span><span>吊顶</span></div>';
break;
case 3:
htmlSeries += '<div class="allSort_conli_vicetil"><span>插线板</span><span>灯具</span><span>开关</span></div>';
break;
case 4:
htmlSeries += '<div class="allSort_conli_vicetil"><span>刨花板</span><span>集成板</span><span>防火板</span></div>';
break;
case 5:
htmlSeries += '<div class="allSort_conli_vicetil"><span>油漆</span><span>辅料</span><span>堵漏系列</span></div>';
break;
case 6:
htmlSeries += '<div class="allSort_conli_vicetil"><span>电线</span><span>电缆</span></div>';
break;
}
htmlSeries += '</li>';
htmlType += '<div class="allSort_sort_con clearfix" id="allSort_sort_' + value.SeriesId + '" style="display: none;">';
htmlType += '<ul class="allSort_sort_content">';
$.each(value.Type, function (m, v) {
htmlType += '<li><a href="search.php?seriesId=' + value.SeriesId + '&typeId=' + v.TypeId + '">' + v.TypeName + '</a> </li>';
});
htmlType += '</ul>';
htmlType += '<ul class="allSort_sort_shop">';
$.each(value.Factorys, function (v, l) {
htmlType += '<li><a href ="store.php?id=' + l.FactoryId + '" class="allSort_sort_shop_li"><img src=" ' + l.ListPic + '" class="sort_shop_li_img"></a></li>';
});
htmlType += '</ul>';
htmlType += '</div>';
});
$('.allSortOuterbox_sort').html(htmlType);
$('.allSortOuterbox_con').html(htmlSeries);
var $allSortOutboxNav = $('.allSortOuterbox_con');
var $allSortli = $('.allSort_conli');
var $allSortcon = $('.allSort_sort_con');
$('.allSortOuterbox_til').mouseover(function(){
$allSortOutboxNav.show();
$('.allSortOuterbox_sort').css('display', 'block');
$allSortcon.show();
});
$allSortli.mouseover(function () {
var $this = $(this);
var $t = $this.index();
$('.allSortOuterbox_sort').css('display', 'block');
$allSortli.removeClass('active');
$this.addClass('active');
$allSortcon.css('display', 'none');
$allSortcon.eq($t).css('display', 'block');
});
$('#allSortOuterbox').mouseleave(function () {
$allSortli.removeClass('active');
$allSortOutboxNav.hide();
$('.allSortOuterbox_sort').css({
'display': 'none',
'z-index': '-10'
});
});
}
});
</script>
<div id="issueSuccess" class="issueSuccess">
<div class="wrap_1200 clearfix">
<div class="issueSuccess_send">
<div class="issueSuccessLeft clearfix"><i class="issueSuccessIcon"></i></div>
<div class="issueSuccessRight clearfix">
<div class="success_line1">恭喜您,您已发布成功!</div>
<div class="success_line2">*您的物流信息已经成功发布</div>
<div class="success_line3">*您可以在<a href="shipmentList.php"><span>我的物流</span></a>中查看详情</div>
<div class="success_line4">如有其他问题请拨打品代网客服热线:400-6249-123</div>
<div class="success_line5">或访问在线客服。</div>
</div>
</div>
</div>
</div>
<!--footer-->
<div class="comfooter">
{$foot_html}
</div>
<script type="text/javascript">
$(document).ready(function(){
(function ($) {
$.getUrlParam = function (name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);
if (r != null)
return unescape(r[2]);
return null;
};
})(jQuery);
var type = $.getUrlParam('type');
if(type=="grab"){
var ownerId = $.getUrlParam('ownerId');
$('.success_line1').html("恭喜您,您已抢单成功!");
var grabMsg = "";
$.ajax({
type:"post",
url:"api.php?act=userGetInfo",
data:{
userProxyId:ownerId
},
async:true,
success:function(result){
if(result != ""){
result = $.parseJSON(result);
$.each(result, function(n,value) {
grabMsg = "*请您尽快联系:" + value.phoneNumber + " " + value.ProxyName + " 进行物流配送!";
});
$('.success_line2').html(grabMsg);
}
}
});
}
});
</script>
</body>
</html>
1
https://gitee.com/xuqipeter/pdw.git
git@gitee.com:xuqipeter/pdw.git
xuqipeter
pdw
品贷网
master

搜索帮助