|
@@ -253,7 +253,7 @@ function getNewBiddings(){
|
|
|
area: $("#zbSeatchT [name='area']").val(),
|
|
|
subtype: $("#zbSeatchT [name='subtype']").val(),
|
|
|
publishtime: $("#zbSeatchT [name='publishtime']").val(),
|
|
|
- selectType : $("#zbSeatchT [name='selectType']").val(),
|
|
|
+ selectType : $("#zbSeatchT [name='selectType']").val() || 'title',
|
|
|
minprice : $("#zbSeatchT [name='minprice']").val(),
|
|
|
maxprice : $("#zbSeatchT [name='maxprice']").val(),
|
|
|
industry : $("#zbSeatchT [name='industry']").val(),
|
|
@@ -681,7 +681,7 @@ function getVIPData(clickpaging){
|
|
|
area: $("#zbSeatchT [name='area']").val(),
|
|
|
subtype: $("#zbSeatchT [name='subtype']").val(),
|
|
|
publishtime: $("#zbSeatchT [name='publishtime']").val(),
|
|
|
- selectType : this_selectType,
|
|
|
+ selectType : this_selectType || 'title',
|
|
|
minprice : $("#zbSeatchT [name='minprice']").val(),
|
|
|
maxprice : $("#zbSeatchT [name='maxprice']").val(),
|
|
|
industry : $("#zbSeatchT [name='industry']").val(),
|
|
@@ -913,7 +913,7 @@ function searchOnsubmit(clickpaging){
|
|
|
area: $("#zbSeatchT [name='area']").val(),
|
|
|
subtype: $("#zbSeatchT [name='subtype']").val(),
|
|
|
publishtime: $("#zbSeatchT [name='publishtime']").val(),
|
|
|
- selectType : this_selectType,
|
|
|
+ selectType : this_selectType || 'title',
|
|
|
minprice : $("#zbSeatchT [name='minprice']").val(),
|
|
|
maxprice : $("#zbSeatchT [name='maxprice']").val(),
|
|
|
industry : $("#zbSeatchT [name='industry']").val(),
|