21 lines
773 B
Plaintext
21 lines
773 B
Plaintext
<view class="head">
|
|
<view class="head_a">
|
|
<view class="head_b">
|
|
<!-- <view class="head_c">
|
|
<view class="head_text">嗨果嗨鲜</view>
|
|
<view class="head_shouhuo">
|
|
<van-icon name="location-o" />默认收货地址
|
|
</view>
|
|
</view> -->
|
|
<view class="head_d">
|
|
<van-search bindtap="clickSearch" disabled bind:focus="clickSearch" value="{{value}}" placeholder="请输入搜索关键词" bind:confirm="onSearch"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="head_box" >
|
|
<van-grid column-num="3" gutter="10" border="{{false}}">
|
|
<van-grid-item wx:for="{{navData}}" wx:key="id" icon="{{item.icon}}" text="{{item.text}}" icon-color="{{item.color}}" />
|
|
</van-grid>
|
|
<goods-list></goods-list>
|
|
</view>
|
|
</view> |