|
|
|
|
@ -661,6 +661,19 @@ Page({
|
|
|
|
|
this.data.storeJobListSearchForm.keys = "";
|
|
|
|
|
this.getJobList('search');
|
|
|
|
|
},
|
|
|
|
|
bindconfirm: function (e){
|
|
|
|
|
if (!this.data.isLogin) {
|
|
|
|
|
wx.navigateTo({
|
|
|
|
|
url: "../login/index",
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
console.log(e);
|
|
|
|
|
this.data.recordList = [];
|
|
|
|
|
this.data.storeJobListSearchForm.pageNum = 1;
|
|
|
|
|
this.data.storeJobListSearchForm.keys = e.detail.value;
|
|
|
|
|
this.getJobList('search');
|
|
|
|
|
},
|
|
|
|
|
inputTyping: function (e) {
|
|
|
|
|
this.setData({
|
|
|
|
|
inputVal: e.detail.value,
|
|
|
|
|
|