Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eMall_miniapp
Project
Project
Details
Activity
Releases
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
高宇
eMall_miniapp
Commits
06b4ac74
Commit
06b4ac74
authored
Jul 25, 2023
by
wdy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺接口
parent
1f092ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
index.vue
homePage/shop/index.vue
+4
-1
No files found.
homePage/shop/index.vue
View file @
06b4ac74
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<view
class=
"u-search-box"
>
<view
class=
"u-search-box"
>
<view
class=
"u-search-inner"
>
<view
class=
"u-search-inner"
>
<u-icon
name=
"search"
color=
"#909399"
:size=
"28"
></u-icon>
<u-icon
name=
"search"
color=
"#909399"
:size=
"28"
></u-icon>
<u-input
class=
"u-search-text"
v-model=
"name"
:disabled=
"ture"
type=
"text"
height=
"50"
placeholder=
"搜商品名称"
/>
<u-input
style=
"width: 100%;"
class=
"u-search-text"
v-model=
"name"
:disabled=
"ture"
type=
"text"
height=
"50"
placeholder=
"搜商品名称"
/>
</view>
</view>
<view
class=
"button"
>
<view
class=
"button"
>
<u-button
size=
"mini"
shape=
"circle"
hover-class=
"none"
@
click=
"search"
>
<u-button
size=
"mini"
shape=
"circle"
hover-class=
"none"
@
click=
"search"
>
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
},
},
methods
:
{
methods
:
{
getFloor
()
{
getFloor
()
{
this
.
current
=
0
let
list
=
[]
let
list
=
[]
const
that
=
this
const
that
=
this
let
tenantId
=
''
let
tenantId
=
''
...
@@ -163,10 +164,12 @@
...
@@ -163,10 +164,12 @@
min-height
:
100vh
;
min-height
:
100vh
;
.u-search-box
{
.u-search-box
{
width
:
100%
;
padding
:
10rpx
30rpx
;
padding
:
10rpx
30rpx
;
display
:
flex
;
display
:
flex
;
.u-search-inner
{
.u-search-inner
{
width
:
100%
;
background-color
:
rgb
(
234
,
234
,
234
);
background-color
:
rgb
(
234
,
234
,
234
);
border-radius
:
100rpx
;
border-radius
:
100rpx
;
display
:
flex
;
display
:
flex
;
...
...
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