Fix(招商):[#1839]搜索框键盘回车键无效

This commit is contained in:
lifizer
2024-06-20 17:27:28 +08:00
parent 560a2f49ed
commit db21546dc9
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<view class="v4-project-list">
<view class="search-box flex jc-between ai-center">
<input type="text" v-model="keyword" placeholder="请输入项目名称"/>
<input type="text" v-model="keyword" placeholder="请输入项目名称" @confirm="search"/>
<view class="btn flex jc-center ai-center" @click="search">
<image :src="webUrl+'/20221019150834639123.png'"/>
<text>搜索</text>