修改搜索框的placeholder

This commit is contained in:
dengxin
2024-03-28 14:55:32 +08:00
parent 185d501f20
commit b015972906
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<view class="search-item">
<image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx;" mode=""></image>
<input type="text" confirm-type="搜索" v-model="keywords" @confirm="getNewList('search')"
placeholder="搜任务/搜岗位/搜政策/搜招工" />
placeholder="搜任务/搜岗位/搜个体户招工/搜政策" />
<view @click="getNewList('search')" style="width: 80rpx;height: 50rpx;color:#fff;background-color: #0091ff;font-size:24rpx;text-align: center;line-height: 50rpx;border-radius: 25rpx;;">搜索</view>
</view>
<!-- <view class="close" @click="closeBack">