|
@@ -209,8 +209,6 @@ function getNewBiddings(num, size){
|
|
|
additionalWords: $("#zbSeatchT [name='additionalWords']").val()
|
|
|
};
|
|
|
$.post("/front/pcAjaxReq",param,function(r){
|
|
|
- console.dir(33333333)
|
|
|
- console.dir(r.list)
|
|
|
heightWords = r.heightWords
|
|
|
if(r&&r.list!=null&&r.list.length>0){
|
|
|
// 计算总页码
|
|
@@ -1221,6 +1219,11 @@ $(function () {
|
|
|
setTimeout(function(){
|
|
|
showSearchTipForTimeRange(false);
|
|
|
},500)
|
|
|
+ document.addEventListener('visibilitychange', function() {
|
|
|
+ if (document.visibilityState === 'visible') {
|
|
|
+ getBidIsJoin()
|
|
|
+ }
|
|
|
+ })
|
|
|
})
|
|
|
|
|
|
function autoModelFn (r) {
|