|
|
|
|
@ -1492,7 +1492,7 @@ Page({
|
|
|
|
|
console.log("searchCityParamStorage======", searchCityParamStorage);
|
|
|
|
|
that.data.storeJobListSearchForm.cityName = searchCityParamStorage.name;
|
|
|
|
|
if (app.isEmptyCheck(searchCityParamStorage.name)) {
|
|
|
|
|
that.data.storeJobListSearchForm.cityName = "全国";
|
|
|
|
|
that.data.storeJobListSearchForm.cityName = "";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
that.setData({
|
|
|
|
|
@ -1782,7 +1782,7 @@ Page({
|
|
|
|
|
console.log(that.data.inputVal);
|
|
|
|
|
that.data.storeJobListSearchForm.cityName = that.data.searchCityParamStorage.name;
|
|
|
|
|
if (app.isEmptyCheck(that.data.searchCityParamStorage.name)) {
|
|
|
|
|
that.data.storeJobListSearchForm.cityName = "全国";
|
|
|
|
|
that.data.storeJobListSearchForm.cityName = "";
|
|
|
|
|
}
|
|
|
|
|
that.data.storeJobListSearchForm.keys = that.data.inputVal == "搜索职位" ? "" : that.data.inputVal;
|
|
|
|
|
// debugger;
|
|
|
|
|
|