界面调整

This commit is contained in:
zxy
2024-02-19 09:08:07 +08:00
parent cf3f4597a1
commit 41ae03e35d
11 changed files with 469 additions and 33 deletions

View File

@@ -1,9 +1,9 @@
<template>
<view class="home-body">
<uni-nav-bar :shadow="false">
<view class="headd">
<image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx;" mode=""></image>
<input type="text" confirm-type="搜索" @confirm="goSeach" v-model="keywords" placeholder="请搜索任务名称或公司名称" />
<uni-nav-bar :shadow="false" >
<view class="headd" @click="goSeach">
<image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx;" mode=""></image>
<input type="text" confirm-type="搜索" v-model="keywords" placeholder="请搜索任务名称或公司名称" />
</view>
</uni-nav-bar>
<view class="homeHead">
@@ -380,12 +380,12 @@
}
});
} else {
if (this.keywords) {
// if (this.keywords) {
uni.navigateTo({
url: '../seach/seach?keywords=' + this.keywords
});
this.keywords = ''
}
// }
}
},
getSwiperList(){