|
|
@ -2,6 +2,7 @@ $("#bank-li").hide();
|
|
|
|
$("#bankCard-li").hide();
|
|
|
|
$("#bankCard-li").hide();
|
|
|
|
var currentIndex = 0;
|
|
|
|
var currentIndex = 0;
|
|
|
|
$(".main .main-left ul li.tab-item").click(function () {
|
|
|
|
$(".main .main-left ul li.tab-item").click(function () {
|
|
|
|
|
|
|
|
$("#qrode").hide();
|
|
|
|
var selectedIndex = $(this).index();
|
|
|
|
var selectedIndex = $(this).index();
|
|
|
|
$(this).addClass("change-color").siblings().removeClass("change-color");
|
|
|
|
$(this).addClass("change-color").siblings().removeClass("change-color");
|
|
|
|
$(this).children(".s1").addClass("s1-change-color");
|
|
|
|
$(this).children(".s1").addClass("s1-change-color");
|
|
|
|