zsk 1 year ago
commit fe9e6cdbb7

@ -235,7 +235,8 @@ Page({
console.log(that.data.inputVal); console.log(that.data.inputVal);
that.data.storeJobListSearchForm.keys = that.data.inputVal == "" ? "" : that.data.inputVal; that.data.storeJobListSearchForm.keys = that.data.inputVal == "" ? "" : that.data.inputVal;
// debugger; that.data.storeJobListSearchForm.agencyId = wx.getStorageSync("storageSyncAgencyUserId");
// debugger;
wx.showLoading({ wx.showLoading({
title: "加载中...", title: "加载中...",
}); });

Loading…
Cancel
Save