Commit 06b4ac74 authored by wdy's avatar wdy

商铺接口

parent 1f092ca4
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment