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

---
 h5/pages/customer/contract/detail.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/h5/pages/customer/contract/detail.vue b/h5/pages/customer/contract/detail.vue
index caabd9c..b3934ac 100644
--- a/h5/pages/customer/contract/detail.vue
+++ b/h5/pages/customer/contract/detail.vue
@@ -1,6 +1,6 @@
 <template>
 
-  <view class="cu-page cu-page--with-footer" v-if="contract">
+  <view class="cu-page cu-page--with-footer cu-page--with-fab" v-if="contract">
 
     <view :class="['cu-detail-hero', contract.status === 1 ? 'cu-detail-hero--green' : '']">
 
@@ -606,6 +606,8 @@
 
     </template>
 
+    <cu-workbench-fab />
+
   </view>
 
 </template>

--
Gitblit v1.9.3