...
|
...
|
@@ -162,14 +162,12 @@ |
|
|
})
|
|
|
|
|
|
|
|
|
$(function () {
|
|
|
$(".menu_item").click(function () {
|
|
|
var index = $(this).index()
|
|
|
console.log(index)
|
|
|
$(this).addClass('menu_sort').siblings('.menu_item').removeClass('menu_sort')
|
|
|
$('.index_item_a').eq(index).show().siblings("items").hide() //切换内容语法
|
|
|
})
|
|
|
})
|
|
|
// $(".menu_item").click(function () {
|
|
|
// var index = $(this).index()
|
|
|
// console.log(index)
|
|
|
// $(this).addClass('menu_sort').siblings('.menu_item').removeClass('menu_sort')
|
|
|
// $('.index_item_a').eq(index).show().siblings("items").hide() //切换内容语法
|
|
|
// })
|
|
|
|
|
|
function btn_next() {
|
|
|
window.location.href = "spxq.html";
|
...
|
...
|
@@ -183,61 +181,68 @@ |
|
|
|
|
|
// 价格颜色切换
|
|
|
var num1=0
|
|
|
$('.menu_price').click(function () {
|
|
|
num1++;
|
|
|
num=0;
|
|
|
|
|
|
|
|
|
if (num1 == 1) {
|
|
|
console.log(999)
|
|
|
$(this).children(".icon_price").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
$(this).children(".icon_price").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
} else {
|
|
|
console.log(666)
|
|
|
if ($(this).children(".icon_price").children(".icon-shangjiantou").attr("class") == 'iconfont icon-shangjiantou btn_top') {
|
|
|
$(this).children(".icon_price").children(".icon-shangjiantou").removeClass("btn_top")
|
|
|
$(this).children(".icon_price").children(".icon-xiajiantou").addClass("btn_top");
|
|
|
|
|
|
}
|
|
|
else if ($(this).children(".icon_price").children(".icon-xiajiantou").attr("class") == 'iconfont icon-xiajiantou btn_top') {
|
|
|
console.log(666)
|
|
|
$(this).children(".icon_price").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
$(this).children(".icon_price").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
// $('.menu_price').click(function () {
|
|
|
// num1++;
|
|
|
// num=0;
|
|
|
// if (num1 == 1) {
|
|
|
// console.log(999)
|
|
|
// $(this).children(".icon_price").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
// $(this).children(".icon_price").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
// } else {
|
|
|
// console.log(666)
|
|
|
// if ($(this).children(".icon_price").children(".icon-shangjiantou").attr("class") == 'iconfont icon-shangjiantou btn_top') {
|
|
|
// $(this).children(".icon_price").children(".icon-shangjiantou").removeClass("btn_top")
|
|
|
// $(this).children(".icon_price").children(".icon-xiajiantou").addClass("btn_top");
|
|
|
|
|
|
// }
|
|
|
// else if ($(this).children(".icon_price").children(".icon-xiajiantou").attr("class") == 'iconfont icon-xiajiantou btn_top') {
|
|
|
// console.log(666)
|
|
|
// $(this).children(".icon_price").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
// $(this).children(".icon_price").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
// }
|
|
|
// }
|
|
|
// })
|
|
|
|
|
|
//库存颜色切换
|
|
|
var num=0
|
|
|
$('.menu_inventory').click(function () {
|
|
|
num++;
|
|
|
num1=0;
|
|
|
|
|
|
console.log(num)
|
|
|
if(num==1){
|
|
|
console.log(999)
|
|
|
$(this).children(".icon_inventory").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
$(this).children(".icon_inventory").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
}else{
|
|
|
console.log(666)
|
|
|
if($(this).children(".icon_inventory").children(".icon-shangjiantou").attr("class")=='iconfont icon-shangjiantou btn_top'){
|
|
|
$(this).children(".icon_inventory").children(".icon-shangjiantou").removeClass("btn_top")
|
|
|
$(this).children(".icon_inventory").children(".icon-xiajiantou").addClass("btn_top");
|
|
|
|
|
|
}
|
|
|
else if ($(this).children(".icon_inventory").children(".icon-xiajiantou").attr("class")=='iconfont icon-xiajiantou btn_top'){
|
|
|
console.log(666)
|
|
|
$(this).children(".icon_inventory").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
$(this).children(".icon_inventory").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
console.log($(this).children(".icon_inventory").children(".icon-shangjiantou").attr("class"))
|
|
|
console.log($(this).children(".icon_inventory").children(".icon-xiajiantou").attr("class"))
|
|
|
|
|
|
// $('.menu_inventory').click(function () {
|
|
|
// num++;
|
|
|
// num1=0;
|
|
|
|
|
|
// console.log(num)
|
|
|
// if(num==1){
|
|
|
// console.log(999)
|
|
|
// $(this).children(".icon_inventory").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
// $(this).children(".icon_inventory").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
// }else{
|
|
|
// console.log(666)
|
|
|
// if($(this).children(".icon_inventory").children(".icon-shangjiantou").attr("class")=='iconfont icon-shangjiantou btn_top'){
|
|
|
// $(this).children(".icon_inventory").children(".icon-shangjiantou").removeClass("btn_top")
|
|
|
// $(this).children(".icon_inventory").children(".icon-xiajiantou").addClass("btn_top");
|
|
|
|
|
|
// }
|
|
|
// else if ($(this).children(".icon_inventory").children(".icon-xiajiantou").attr("class")=='iconfont icon-xiajiantou btn_top'){
|
|
|
// console.log(666)
|
|
|
// $(this).children(".icon_inventory").children(".icon-xiajiantou").removeClass("btn_top")
|
|
|
// $(this).children(".icon_inventory").children(".icon-shangjiantou").addClass("btn_top")
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
|
|
|
// console.log($(this).children(".icon_inventory").children(".icon-shangjiantou").attr("class"))
|
|
|
// console.log($(this).children(".icon_inventory").children(".icon-xiajiantou").attr("class"))
|
|
|
|
|
|
// })
|
|
|
|
|
|
$('.menu').on('click','.menu_item',function(){
|
|
|
var t = $(this);
|
|
|
var icon = t.find('.btn_top');
|
|
|
if(t.hasClass('menu_sort')){
|
|
|
icon.removeClass('btn_top').siblings().addClass('btn_top')
|
|
|
}else{
|
|
|
t.addClass('menu_sort').siblings().removeClass('menu_sort')
|
|
|
}
|
|
|
})
|
|
|
|
|
|
</script>
|
|
|
</body>
|
|
|
</html> |
...
|
...
|
|