This commit is contained in:
2023-11-16 14:10:09 +08:00
parent 709b713562
commit 94b13af6e6

View File

@ -2,12 +2,17 @@
<view class="app">
<!-- 家医 -->
<view class="" v-if="status==1">
<u-sticky>
<!-- 只能有一个根元素 -->
<u-tabs :list="tabslist" :is-scroll="false" :current="tabscurrent" @change="tabschange"
inactive-color='#fff' active-color='#fff'></u-tabs>
<view class="inputs">
<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="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'>
<view class="time">
@ -177,7 +182,7 @@
})
}
})
}, 180000)
}, 5000)
},
//
goseekadvicefrom(item) {
@ -370,17 +375,22 @@
.inputs {
background-color: #fff;
border-radius: 5rpx;
background-color: #ffffff;
z-index: 999;
position: relative;
top: 50%;
background: #F6F6F6;
border-radius: 10rpx;
width: 96%;
height: 60rpx;
height: 80rpx;
padding: 10rpx 0 0;
transform: none;
margin: 20rpx auto;
margin: 0 auto;
.inputitem {
background: #F6F6F6;
width: 100%;
height: 60rpx;
border-radius: 10rpx;
}
.input {
margin: 0 auto;