This commit is contained in:
2023-11-16 14:10:55 +08:00
parent 94b13af6e6
commit 3d4009d290

View File

@ -3,13 +3,15 @@
<!-- 家医 -->
<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 class="">
<!-- 只能有一个根元素 -->
<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>
</view>
</u-sticky>