|
@@ -305,7 +305,7 @@ function getDefaultRangeForLocal () {
|
|
|
}
|
|
|
if (!tempList.length) {
|
|
|
if (changeDefaultForSearchRange('get', 'Title') == 'false' || changeDefaultForSearchRange('get', 'Content') == 'false') {
|
|
|
- console.log('存在未勾选')
|
|
|
+ // console.log('存在未勾选')
|
|
|
} else {
|
|
|
tempList = ['title', 'content']
|
|
|
}
|
|
@@ -328,7 +328,7 @@ formarForSelectType()
|
|
|
if (beforeOfSelectType != selectType) {
|
|
|
$(function () {
|
|
|
$("#zbSeatchT [name='selectType']").val(selectType);
|
|
|
- console.log(selectType, '当前', beforeOfSelectType, searchvalue, $("#zbSeatchT [name='keywords']").val())
|
|
|
+ // console.log(selectType, '当前', beforeOfSelectType, searchvalue, $("#zbSeatchT [name='keywords']").val())
|
|
|
if (searchvalue != '' || $("#zbSeatchT [name='keywords']").val() != '') {
|
|
|
searchOnsubmit()
|
|
|
}
|
|
@@ -355,7 +355,7 @@ if(secondList.length>0){
|
|
|
var dataId = "";
|
|
|
$(function(){
|
|
|
|
|
|
- console.log("是否有会员筛选权限 showVipScreen", {{.T.showVipScreen}})
|
|
|
+ // console.log("是否有会员筛选权限 showVipScreen", {{.T.showVipScreen}})
|
|
|
|
|
|
var oInput=document.getElementById("searchinput");
|
|
|
moveEnd(oInput)
|
|
@@ -381,7 +381,7 @@ $(function(){
|
|
|
// 回显搜索范围
|
|
|
if(selectType) {
|
|
|
var space = selectType.split(',')
|
|
|
- console.log(space, '回显的搜索范围',vipState)
|
|
|
+ // console.log(space, '回显的搜索范围',vipState)
|
|
|
space.forEach(function(item){
|
|
|
if (item) {
|
|
|
$('.searchSpace .search-list .search-list-checkbox[data-name=' + item + ']').addClass('checkbox-checked')
|
|
@@ -759,7 +759,7 @@ $.ajax({
|
|
|
async: true
|
|
|
});
|
|
|
var frames = document.getElementById("iframeu6603895_0");
|
|
|
- console.log(frames, 'frames')
|
|
|
+ // console.log(frames, 'frames')
|
|
|
|
|
|
IframeOnClick.track(frames, function() {
|
|
|
jQuery(document).click();
|
|
@@ -780,7 +780,7 @@ function getAjaxAdv () {
|
|
|
position: '搜索列表页'
|
|
|
},
|
|
|
success: function(res) {
|
|
|
- console.log(res)
|
|
|
+ // console.log(res)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -815,7 +815,7 @@ var IframeOnClick = {
|
|
|
position: '搜索列表页'
|
|
|
},
|
|
|
success: function(res) {
|
|
|
- console.log(res)
|
|
|
+ // console.log(res)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -1667,8 +1667,8 @@ $(function(){
|
|
|
var listLen = $('.buyclass-content .buy-list:not(.buy-list-parent)').length;
|
|
|
var curListLen = $(this).parent('.clearfix').find('.buy-list:not(.buy-list-parent)').length;
|
|
|
var curActiveLen = $(this).parent('.clearfix').find(".active").length;
|
|
|
- console.log(curListLen,curActiveLen)
|
|
|
- console.log(listLen, activeLen)
|
|
|
+ // console.log(curListLen,curActiveLen)
|
|
|
+ // console.log(listLen, activeLen)
|
|
|
if (activeLen === listLen || activeLen === 0) {
|
|
|
$('.buyclass-content .buy-list').removeClass('active')
|
|
|
$('.buyclass-all').addClass('active')
|
|
@@ -1689,7 +1689,7 @@ $(function(){
|
|
|
}
|
|
|
var activeLen = $('.buyclass-content .buy-list-parent').filter(".active").length;
|
|
|
var listLen = $('.buyclass-content .buy-list-parent').length;
|
|
|
- console.log(activeLen,listLen)
|
|
|
+ // console.log(activeLen,listLen)
|
|
|
if (activeLen === listLen || activeLen === 0) {
|
|
|
$('.buyclass-content .buy-list').removeClass('active')
|
|
|
$('.buyclass-all').addClass('active')
|
|
@@ -1830,8 +1830,6 @@ $(function(){
|
|
|
$('.tag-placeholder').show()
|
|
|
})
|
|
|
})
|
|
|
- // 查询标讯是否收藏
|
|
|
- getBidIsColl()
|
|
|
// 搜索范围点击事件
|
|
|
$('.search-content .search-list .search-list-checkbox').on('click',function(){
|
|
|
var hasVipIcon = $(this).siblings().hasClass('icon-vip'); // 有无点击付费的搜索范围
|
|
@@ -1937,7 +1935,7 @@ function renderTagsList (data) {
|
|
|
return item.lid != id
|
|
|
})
|
|
|
activeTags = newArr
|
|
|
- console.log(activeTags,newArr, 'quxiao')
|
|
|
+ // console.log(activeTags,newArr, 'quxiao')
|
|
|
inputTagList ()
|
|
|
}
|
|
|
|
|
@@ -2147,7 +2145,7 @@ document.querySelector(".searchControl").oncopy = function(){
|
|
|
// console.log(newVal, '分页')
|
|
|
},
|
|
|
'listState.total' (newVal) {
|
|
|
- console.log(newVal, '总页码')
|
|
|
+ // console.log(newVal, '总页码')
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|