|
|
@ -160,6 +160,7 @@ |
|
|
bindscrolltolower="onReachBottom" |
|
|
bindscrolltolower="onReachBottom" |
|
|
bindscroll="onScroll" |
|
|
bindscroll="onScroll" |
|
|
scroll-y="true" |
|
|
scroll-y="true" |
|
|
|
|
|
scroll-top="{{scrollTop}}" |
|
|
refresher-enabled="{{true}}" |
|
|
refresher-enabled="{{true}}" |
|
|
refresher-triggered="{{isRefreshing}}" |
|
|
refresher-triggered="{{isRefreshing}}" |
|
|
refresher-default-style="black" |
|
|
refresher-default-style="black" |
|
|
@ -172,7 +173,7 @@ |
|
|
<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> |
|
|
@ -182,6 +183,10 @@ |
|
|
<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"> |
|
|
|
|
|
<text class="function-btn-icon">🚻</text> |
|
|
|
|
|
<text class="function-btn-text">添加桌面</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 广告走马灯轮播图 --> |
|
|
<!-- 广告走马灯轮播图 --> |
|
|
@ -291,5 +296,12 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</scroll-view> |
|
|
</scroll-view> |
|
|
|
|
|
<!-- 回到顶部按钮 --> |
|
|
|
|
|
<view |
|
|
|
|
|
class="back-to-top-btn {{showBackToTop ? 'visible' : ''}}" |
|
|
|
|
|
bindtap="scrollToTop" |
|
|
|
|
|
> |
|
|
|
|
|
<text class="back-to-top-text">top</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |