界面调整
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user