|
@@ -9,9 +9,9 @@
|
|
|
</block>
|
|
|
</cu-custom>
|
|
|
<u-tabs :list="list1" :activeStyle="{ fontWeight: 'bold' }" @change="tabChange">
|
|
|
- <navigator url="#" slot="right" class="right" @tap="openSearch">
|
|
|
+ <!-- <navigator url="#" slot="right" class="right" @tap="openSearch">
|
|
|
<view :style="{ color: showSearch ? '#007aff' : '#fff' }" class="iconfont icon-a-sousuolansousuo" />
|
|
|
- </navigator>
|
|
|
+ </navigator> -->
|
|
|
</u-tabs>
|
|
|
<u-transition :show="showSearch" mode="fade-down">
|
|
|
<My_search ref="Search" :focus="focus" @onFilter="onFilter" :dateRange="true" @startSearch="startSearch" />
|