Browse Source

更新首页内容

pull/19/head
徐飞洋 2 months ago
parent
commit
5ec87a9988
  1. 8
      pages/index/index.wxml

8
pages/index/index.wxml

@ -168,19 +168,19 @@
bindrefresherrefresh="onPullDownRefresh" bindrefresherrefresh="onPullDownRefresh"
bindrefresherrestore="onRestore" bindrefresherrestore="onRestore"
> >
<view class="goods-list-container"> <view class="goods-list-container">
<!-- 功能按钮区域 --> <!-- 功能按钮区域 -->
<view class="function-buttons"> <view class="function-buttons">
<view class="function-btn" bindtap="navigateToSettlement"> <view class="function-btn" bindtap="navigateToSettlement">
<text class="function-btn-icon">🏠</text> <text class="function-btn-icon">🥚</text>
<text class="function-btn-text">我要蛋</text> <text class="function-btn-text">我要蛋</text>
</view> </view>
<view class="function-btn" bindtap="navigateToCooperation"> <view class="function-btn" bindtap="navigateToCooperation">
<text class="function-btn-icon">📣</text> <text class="function-btn-icon">📣</text>
<text class="function-btn-text">招商</text> <text class="function-btn-text">招商</text>
</view> </view>
<view class="function-btn" bindtap="navigateToCooperation"> <view class="function-btn" bindtap="navigateToCooperation">
<text class="function-btn-icon">🚻</text> <text class="function-btn-icon">📄</text>
<text class="function-btn-text">我们</text> <text class="function-btn-text">我们</text>
</view> </view>
</view> </view>

Loading…
Cancel
Save