checkpoint: 冻结资金开工前龙先生小程序本地备份(不推远程)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-26 18:39:32 +08:00
parent 09df206fd8
commit 16eecd1278
53 changed files with 2057 additions and 1116 deletions

View File

@@ -18,6 +18,7 @@
</view>
</view>
<tab-bar/>
<tousu-float />
</view>
</block>
@@ -27,6 +28,7 @@
<view class="page-header">
<view class="status-bar" style="height:{{statusBar}}px"></view>
<view class="nav-bar" style="height:{{navBar - statusBar}}px">
<view class="nav-tousu" catchtap="goToComplaintCreate">投诉</view>
<text class="nav-title">我的</text>
</view>
</view>
@@ -194,12 +196,13 @@
<view class="content-bottom"></view>
</scroll-view>
<view class="follow-kuaishou {{followClass}}" bindtap="toggleFollowKuaishou">
<view class="follow-kuaishou {{followClass}}" bindtap="toggleFollowKuaishou" wx:if="{{false}}">
<image class="ks-icon" src="{{ksIcon}}" mode="aspectFit"/>
<text wx:if="{{followExpanded}}" class="ks-text" catchtap="goToGuanzhuKs">关注快手</text>
</view>
<tab-bar/>
<tousu-float />
</view>
</block>