提交 2dc6bb46 authored 作者: pengxiaohui's avatar pengxiaohui

修改文案图标

上级 72537124
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div class="app-wrapper"> <div class="app-wrapper">
<app-main /> <app-main />
<van-tabbar v-model="tabActive" @change="tabChange" route> <van-tabbar v-model="tabActive" @change="tabChange" route>
<van-tabbar-item icon="home-o" to="/shop">商品</van-tabbar-item> <van-tabbar-item icon="shop-collect-o" to="/shop">商品</van-tabbar-item>
<van-tabbar-item icon="search" to="/my">我的</van-tabbar-item> <van-tabbar-item icon="user-o" to="/my">我的</van-tabbar-item>
</van-tabbar> </van-tabbar>
</div> </div>
</template> </template>
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
props: { props: {
value: String, value: String,
focus: { type: Boolean, default: false }, focus: { type: Boolean, default: false },
placeholder: { type: String, default: '搜索品' } placeholder: { type: String, default: '搜索品' }
}, },
data() { data() {
return { return {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
shape="round" shape="round"
size="small" size="small"
background="#f7f7f7" background="#f7f7f7"
placeholder="搜索产品" placeholder="搜索订单"
@input="fetchOrderList" @input="fetchOrderList"
/> />
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论