Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
5b87538d
Commit
5b87538d
authored
Aug 14, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索框优化
parent
c23c458a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
3 deletions
+30
-3
RuralTravel.vue
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
+3
-0
building.vue
src/pages/assistingAgriculture/index/building.vue
+9
-1
index.vue
src/pages/assistingAgriculture/index/index.vue
+9
-1
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+9
-1
No files found.
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
View file @
5b87538d
...
...
@@ -18,6 +18,9 @@
class=
"text"
@
confirm=
"toSearch"
placeholder=
"请输入要搜索的关键词"
@
input=
"updateModelValue"
@
keyup
.
enter=
"toSearch"
@
focus=
"toSearch"
/>
</view>
</Search>
...
...
src/pages/assistingAgriculture/index/building.vue
View file @
5b87538d
...
...
@@ -6,7 +6,15 @@
src=
"../../../static/index/magnifyingGlass.png"
mode=
"aspectFit|aspectFill|widthFix"
/>
<input
type=
"text"
class=
"text"
@
confirm=
"toSearch"
placeholder=
"请输入要搜索的内容"
/>
<input
type=
"text"
class=
"text"
@
confirm=
"toSearch"
placeholder=
"请输入要搜索的内容"
@
input=
"updateModelValue"
@
keyup
.
enter=
"toSearch"
@
focus=
"toSearch"
/>
</view>
</Search>
<view
class=
"container"
>
...
...
src/pages/assistingAgriculture/index/index.vue
View file @
5b87538d
...
...
@@ -12,7 +12,15 @@
src=
"../../../static/index/magnifyingGlass.png"
mode=
"aspectFit|aspectFill|widthFix"
/>
<input
type=
"text"
class=
"text"
@
confirm=
"toSearch"
placeholder=
"请输入要搜索的内容"
/>
<input
type=
"text"
class=
"text"
@
confirm=
"toSearch"
placeholder=
"请输入要搜索的内容"
@
input=
"updateModelValue"
@
keyup
.
enter=
"toSearch"
@
focus=
"toSearch"
/>
</view>
</Search>
<view>
...
...
src/pages/assistingAgriculture/index/presale.vue
View file @
5b87538d
...
...
@@ -12,7 +12,15 @@
src=
"../../../static/index/magnifyingGlass.png"
mode=
"aspectFit|aspectFill|widthFix"
/>
<input
type=
"text"
class=
"text"
@
confirm=
"toSearch"
placeholder=
"输入商品名称"
/>
<input
type=
"text"
class=
"text"
@
confirm=
"toSearch"
placeholder=
"输入商品名称"
@
input=
"updateModelValue"
@
keyup
.
enter=
"toSearch"
@
focus=
"toSearch"
/>
</view>
</Search>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment