4/20 水电表页面新增

This commit is contained in:
wangyuxin
2026-04-20 15:18:12 +08:00
parent f5c58aed75
commit 85e802b568
6 changed files with 545 additions and 10 deletions

View File

@@ -66,7 +66,7 @@
</scroll-view>
<!-- 底部协议和提交按钮 -->
<!-- 底部协议和立即缴费按钮 -->
<view class="bottom-area">
<view class="agreement">
<checkbox-group @change="handleAgreeChange">
@@ -75,10 +75,8 @@
<text class="agreement-text">我已阅并同意</text>
<text class="agreement-link" @click="handleProtocol">协议链接</text>
</view>
<button class="submit-btn" @click="handleSubmit">
提交
立即缴费
</button>
</view>
</view>