|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
$("#bank-li").hide();
|
|
|
|
|
$("#bankCard-li").hide();
|
|
|
|
|
var currentIndex = 0;
|
|
|
|
|
$(".main .main-left ul li.tab-item").click(function () {
|
|
|
|
|
$("#qrode").hide();
|
|
|
|
@ -10,10 +9,8 @@ $(".main .main-left ul li.tab-item").click(function () {
|
|
|
|
|
$(this).siblings().children(".s1").removeClass("s1-change-color");
|
|
|
|
|
if (selectedIndex == 2) {
|
|
|
|
|
$("#bank-li").show();
|
|
|
|
|
$("#bankCard-li").show();
|
|
|
|
|
} else {
|
|
|
|
|
$("#bank-li").hide();
|
|
|
|
|
$("#bankCard-li").hide();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
@ -25,8 +22,81 @@ $("#modal-close").click(function () {
|
|
|
|
|
var select = $("select#bank-select,#product-category-select");
|
|
|
|
|
if (select.val() != "")
|
|
|
|
|
select.prev().hide();
|
|
|
|
|
select.bind("change", function() {
|
|
|
|
|
if($(this).val() != "") {
|
|
|
|
|
select.bind("change", function () {
|
|
|
|
|
if ($(this).val() != "") {
|
|
|
|
|
$(this).prev().hide();
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
});
|
|
|
|
|
var bankList = [
|
|
|
|
|
{label:'招商银行',value:'CMB'},
|
|
|
|
|
{label:'中国工商银行',value:'ICBC'},
|
|
|
|
|
{label:'中国农业银行',value:'ABC'},
|
|
|
|
|
{label:'中国建设银行',value:'CCB'},
|
|
|
|
|
{label:'中国银行',value:'BOC'},
|
|
|
|
|
{label:'浦发银行',value:'SPDB'},
|
|
|
|
|
{label:'中国交通银行',value:'BCOM'},
|
|
|
|
|
{label:'中国民生银行',value:'CMBC'},
|
|
|
|
|
{label:'广东发展银行',value:'GDB'},
|
|
|
|
|
{label:'中信银行',value:'CITIC'},
|
|
|
|
|
{label:'华夏银行',value:'HXB'},
|
|
|
|
|
{label:'上海农村商业银行',value:'SRCB'},
|
|
|
|
|
{label:'中国邮政储蓄银行',value:'PSBC'},
|
|
|
|
|
{label:'北京银行',value:'BOB'},
|
|
|
|
|
{label:'渤海银行',value:'CBHB'},
|
|
|
|
|
{label:'北京农商银行',value:'BJRCB'},
|
|
|
|
|
{label:'南京银行',value:'NJCB'},
|
|
|
|
|
{label:'中国光大银行',value:'CEB'},
|
|
|
|
|
{label:'浙商银行',value:'CZB'},
|
|
|
|
|
{label:'兴业银行',value:'CIB'},
|
|
|
|
|
{label:'杭州银行',value:'HZB'},
|
|
|
|
|
{label:'平安银行',value:'PAB'},
|
|
|
|
|
{label:'上海银行',value:'SHB'},
|
|
|
|
|
];
|
|
|
|
|
var productList = [
|
|
|
|
|
{label:'护肤品',value:'100003'},
|
|
|
|
|
{label:'洗发护发',value:'100004'},
|
|
|
|
|
{label:'身体护理',value:'100005'},
|
|
|
|
|
{label:'口腔护理',value:'100006'},
|
|
|
|
|
{label:'包包',value:'100007'},
|
|
|
|
|
{label:'女装',value:'100008'},
|
|
|
|
|
{label:'男装',value:'100009'},
|
|
|
|
|
{label:'童装',value:'100010'},
|
|
|
|
|
{label:'内衣',value:'100011'},
|
|
|
|
|
{label:'睡衣',value:'100012'},
|
|
|
|
|
{label:'袜品',value:'100013'},
|
|
|
|
|
{label:'配饰',value:'100014'},
|
|
|
|
|
{label:'香水',value:'100015'},
|
|
|
|
|
{label:'彩妆',value:'100016'},
|
|
|
|
|
{label:'奶粉',value:'100017'},
|
|
|
|
|
{label:'母婴营养保健',value:'100018'},
|
|
|
|
|
{label:'婴儿辅食',value:'100019'},
|
|
|
|
|
{label:'尿裤纸巾',value:'100020'},
|
|
|
|
|
{label:'男鞋',value:'100021'},
|
|
|
|
|
{label:'女鞋',value:'100022'},
|
|
|
|
|
{label:'运动鞋',value:'100023'},
|
|
|
|
|
{label:'户外鞋',value:'100024'},
|
|
|
|
|
{label:'运动服',value:'100025'},
|
|
|
|
|
{label:'休闲服装',value:'100026'},
|
|
|
|
|
{label:'家纺/床品',value:'100027'},
|
|
|
|
|
{label:'生活日用',value:'100028'},
|
|
|
|
|
{label:'厨房电器',value:'100029'},
|
|
|
|
|
{label:'家装软饰',value:'100030'},
|
|
|
|
|
{label:'生活电器',value:'100031'},
|
|
|
|
|
{label:'手机',value:'100032'},
|
|
|
|
|
{label:'手机配件',value:'100033'},
|
|
|
|
|
{label:'数码相机',value:'100034'},
|
|
|
|
|
{label:'单反相机',value:'100035'},
|
|
|
|
|
{label:'摄像机',value:'100036'},
|
|
|
|
|
{label:'镜头',value:'100037'},
|
|
|
|
|
{label:'耳机/耳麦',value:'100038'},
|
|
|
|
|
{label:'音箱/音响',value:'100039'},
|
|
|
|
|
{label:'数码配件',value:'100040'},
|
|
|
|
|
{label:'智能手环',value:'100041'},
|
|
|
|
|
{label:'影音娱乐',value:'100042'},
|
|
|
|
|
{label:'笔记本',value:'100043'},
|
|
|
|
|
{label:'进口食品',value:'100044'},
|
|
|
|
|
{label:'休闲食品',value:'100045'},
|
|
|
|
|
{label:'营养品',value:'100046'},
|
|
|
|
|
{label:'地方特产',value:'100047'}
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|