修改
This commit is contained in:
parent
709b713562
commit
94b13af6e6
@ -2,12 +2,17 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<!-- 家医 -->
|
<!-- 家医 -->
|
||||||
<view class="" v-if="status==1">
|
<view class="" v-if="status==1">
|
||||||
<u-tabs :list="tabslist" :is-scroll="false" :current="tabscurrent" @change="tabschange"
|
<u-sticky>
|
||||||
inactive-color='#fff' active-color='#fff'></u-tabs>
|
<!-- 只能有一个根元素 -->
|
||||||
<view class="inputs">
|
<u-tabs :list="tabslist" :is-scroll="false" :current="tabscurrent" @change="tabschange"
|
||||||
<i class="icon"></i>
|
inactive-color='#fff' active-color='#fff'></u-tabs>
|
||||||
<input type="text" name="" id="" class="input" placeholder="搜索" v-model="formdata.name">
|
<view class="inputs">
|
||||||
</view>
|
<view class="inputitem">
|
||||||
|
<i class="icon"></i>
|
||||||
|
<input type="text" name="" id="" class="input" placeholder="搜索" v-model="formdata.name">
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</u-sticky>
|
||||||
<view class="lists" v-if="listinfo">
|
<view class="lists" v-if="listinfo">
|
||||||
<view class="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'>
|
<view class="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'>
|
||||||
<view class="time">
|
<view class="time">
|
||||||
@ -177,7 +182,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, 180000)
|
}, 5000)
|
||||||
},
|
},
|
||||||
//前往聊天
|
//前往聊天
|
||||||
goseekadvicefrom(item) {
|
goseekadvicefrom(item) {
|
||||||
@ -370,17 +375,22 @@
|
|||||||
|
|
||||||
.inputs {
|
.inputs {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 5rpx;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
background: #F6F6F6;
|
|
||||||
border-radius: 10rpx;
|
|
||||||
width: 96%;
|
width: 96%;
|
||||||
height: 60rpx;
|
height: 80rpx;
|
||||||
|
padding: 10rpx 0 0;
|
||||||
transform: none;
|
transform: none;
|
||||||
margin: 20rpx auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
|
.inputitem {
|
||||||
|
background: #F6F6F6;
|
||||||
|
width: 100%;
|
||||||
|
height: 60rpx;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user