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

@@ -884,6 +884,10 @@ Page({
noop() {},
goToComplaintCreate() {
wx.navigateTo({ url: '/pages/gongdan/create/create' });
},
onReachBottom() {
if (this.data.isLoading || this.data.isLoadingMore) return;
if (this.data.hasMore && !this.data.isLoading && this.data.xuanzhongLeixingId) {

View File

@@ -39,6 +39,12 @@
<!-- 公告置顶 -->
<view class="tousu-top-bar" catchtap="goToComplaintCreate">
<text class="tousu-top-bar-txt">投诉 / 反馈</text>
<text class="tousu-top-bar-sub">点这里提交工单</text>
<text class="tousu-top-bar-arrow"></text>
</view>
<view class="xym-gonggao-bar" wx:if="{{gonggao}}">
<image class="xym-gonggao-ico" src="https://bintao.xmxym88.com/xcx/bintao/38.png" mode="aspectFit"/>
<text class="xym-gonggao-txt">{{gonggao}}</text>

View File

@@ -14,6 +14,34 @@ page {
overflow: hidden;
position: relative;
}
.tousu-top-bar {
display: flex;
align-items: center;
gap: 12rpx;
margin: 16rpx 24rpx 8rpx;
padding: 18rpx 24rpx;
border-radius: 14rpx;
background: linear-gradient(90deg, #e85a3a 0%, #f07858 100%);
box-shadow: 0 6rpx 18rpx rgba(232, 90, 58, 0.28);
z-index: 5;
position: relative;
}
.tousu-top-bar-txt {
color: #fff;
font-size: 28rpx;
font-weight: 600;
}
.tousu-top-bar-sub {
flex: 1;
color: rgba(255,255,255,0.88);
font-size: 22rpx;
}
.tousu-top-bar-arrow {
color: #fff;
font-size: 36rpx;
line-height: 1;
}
/* 背景动态纹理,增加层次感 */
.qiangdan-page::before {