2025-04-28 09:21:04 +08:00
|
|
|
<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>
|
2025-04-28 10:58:02 +08:00
|
|
|
<view class="head_d">
|
2025-04-28 09:21:04 +08:00
|
|
|
<van-search value="{{value}}" placeholder="请输入搜索关键词" bind:confirm="onSearch"/>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="head_box" >
|
|
|
|
|
<van-grid column-num="3" gutter="10">
|
|
|
|
|
<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>
|