This commit is contained in:
zhaofang
2022-11-18 17:22:00 +08:00
parent ede40d8a4d
commit ecbb12b5dd

View File

@@ -10,8 +10,8 @@
</u-search>
</view>
<view class="searchView" v-show="tabIndex===1">
<u-search :clearabled="true" @search="getLearning()" @clear="getLearning()"
placeholder="搜索关键字" v-model="learkeyword" :showAction="false" shape="square" bgColor="##F2F5F7">
<u-search :clearabled="true" @search="searchData()" @clear="searchData()"
placeholder="搜索关键字" v-model="autonomy.keyword" :showAction="false" shape="square" bgColor="##F2F5F7">
</u-search>
</view>
</view>