You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
676 B
21 lines
676 B
<view class="container">
|
|
<view class="bs-top">
|
|
<van-icon size="26px" color="#fff" name="arrow-left" style="background: #006BFF"/>
|
|
<van-search style="width: 100%;" shape="round" background="#006BFF" value="{{ value }}" placeholder="请输入品牌" />
|
|
</view>
|
|
<van-index-bar>
|
|
<view>
|
|
<van-index-anchor index="A" />
|
|
<van-cell title="文本" />
|
|
<van-cell title="文本" />
|
|
<van-cell title="文本" />
|
|
</view>
|
|
<view>
|
|
<van-index-anchor index="B" />
|
|
<van-cell title="文本" />
|
|
<van-cell title="文本" />
|
|
<van-cell title="文本" />
|
|
</view>
|
|
</van-index-bar>
|
|
</view>
|