feat : 对接简历匹配职位接口 修改样式

This commit is contained in:
2025-12-15 17:37:10 +08:00
parent 79207ee66a
commit dd81468f47
3 changed files with 111 additions and 52 deletions

View File

@@ -155,7 +155,11 @@ const { columnCount, columnSpace } = useColumnCount(() => {
});
});
onLoad(() => {
onLoad((options) => {
if(options.keyWord){
searchValue.value = decodeURIComponent(options.keyWord)
searchBtn()
}
let arr = uni.getStorageSync('searchList');
if (arr) {
historyList.value = uni.getStorageSync('searchList');