From 93de43267e1663031fe5dc2f5ae40d128a182a76 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 18 六月 2026 17:24:51 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 h5/pages/customer/bill/pay.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/h5/pages/customer/bill/pay.vue b/h5/pages/customer/bill/pay.vue
index 9910c28..9535376 100644
--- a/h5/pages/customer/bill/pay.vue
+++ b/h5/pages/customer/bill/pay.vue
@@ -1,5 +1,5 @@
 <template>
-  <view class="cu-page cu-page--with-footer" v-if="billId">
+  <view class="cu-page cu-page--with-footer cu-page--with-fab" v-if="billId">
     <view class="cu-detail-hero cu-detail-hero--warm">
       <view class="cu-detail-hero__label">鏈缂磋垂</view>
       <view class="cu-detail-hero__amount">
@@ -22,6 +22,7 @@
     <view class="cu-page-footer">
       <view class="cu-btn cu-btn--primary" @click="submit">纭缂磋垂{{ amount ? ' 楼' + amount : '' }}</view>
     </view>
+    <cu-workbench-fab />
   </view>
 </template>
 

--
Gitblit v1.9.3