Fix(招商):[#1839]搜索框键盘回车键无效
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user