This commit is contained in:
hot777zz
2023-10-25 22:53:10 +08:00
parent 73ba000ac1
commit 10de25984b

View File

@@ -1,4 +1,5 @@
<template>
<view>
<view class="search_box">
<view class="search_box_border">
<u-input placeholder="搜索优质产品" placeholder-style="color: #969696" prefixIcon="search"
@@ -6,6 +7,8 @@
</u-input>
</view>
</view>
<h1>测试</h1>
</view>
</template>
<script>
@@ -19,7 +22,7 @@
},
methods: {
}
}
</script>