|
|
@ -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> |
|
|
|