Browse Source

更新首页内容

pull/19/head
徐飞洋 1 month ago
parent
commit
5ec87a9988
  1. 6
      pages/index/index.wxml

6
pages/index/index.wxml

@ -172,15 +172,15 @@
<!-- 功能按钮区域 -->
<view class="function-buttons">
<view class="function-btn" bindtap="navigateToSettlement">
<text class="function-btn-icon">🏠</text>
<text class="function-btn-text">我要蛋</text>
<text class="function-btn-icon">🥚</text>
<text class="function-btn-text">我要蛋</text>
</view>
<view class="function-btn" bindtap="navigateToCooperation">
<text class="function-btn-icon">📣</text>
<text class="function-btn-text">招商</text>
</view>
<view class="function-btn" bindtap="navigateToCooperation">
<text class="function-btn-icon">🚻</text>
<text class="function-btn-icon">📄</text>
<text class="function-btn-text">我们</text>
</view>
</view>

Loading…
Cancel
Save