#
whycq
2023-02-13 1bea37073f305929215bf2c3f28e2263acb6fc20
1
2
3
4
5
6
7
8
9
10
11
12
<template>
    <view class="uni-input">
        <uni-search-bar @confirm="" @input="" bgColor="#FFF"/>
    </view>
</template>
 
<script>
</script>
 
<style lang="less">
    @import "../../static/css/app.less";
</style>