|
@@ -234,6 +234,11 @@ var homeData = new Vue({
|
|
|
parent.find(".main_price_show").hide();
|
|
|
parent.find(".price_grade_shop").show();
|
|
|
}
|
|
|
+ // 二手商品供应商显示等级
|
|
|
+ // if (priceFlag === 3 && userIdentity===3) {
|
|
|
+ // parent.find(".main_price_show").hide();
|
|
|
+ // parent.find(".price_grade_shop").show();
|
|
|
+ // }
|
|
|
});
|
|
|
}
|
|
|
});
|
|
@@ -288,7 +293,7 @@ var homeData = new Vue({
|
|
|
}
|
|
|
});
|
|
|
// 侧边模块固定 fixed
|
|
|
- if($('#fixed-wrap').length>0) {
|
|
|
+ if($('#fixed-wrap').length>0 && $(window).width()>1400) {
|
|
|
var tocWrap = $('#fixed-wrap'),
|
|
|
changeSize = $("#globalHead").outerHeight() + $("#swiper-container").outerHeight() + $("#sidebar").outerHeight();
|
|
|
//changeSize = document.getElementById("header").offsetHeight + document.getElementById("sidebar").offsetHeight;
|