Crmeb/app/pages/index/index.wxml
2025-04-28 09:21:04 +08:00

21 lines
674 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>
<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>