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

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

diff --git a/h5/pages/customer/pay/result.vue b/h5/pages/customer/pay/result.vue
index fe628e4..a514108 100644
--- a/h5/pages/customer/pay/result.vue
+++ b/h5/pages/customer/pay/result.vue
@@ -1,5 +1,5 @@
 <template>
-  <view class="cu-result">
+  <view class="cu-result cu-page--with-fab">
     <view :class="['cu-result__icon', success ? 'cu-result__icon--ok' : 'cu-result__icon--fail']">
       {{ success ? '鉁�' : '鉁�' }}
     </view>
@@ -9,6 +9,7 @@
     </view>
     <view class="cu-btn cu-btn--primary" @click="goRecord">{{ type === 'bill' ? '鏌ョ湅璐﹀崟鏄庣粏' : '鏌ョ湅鍏呭�艰褰�' }}</view>
     <view class="cu-btn" @click="goHome">杩斿洖涓婚〉</view>
+    <cu-workbench-fab />
   </view>
 </template>
 

--
Gitblit v1.9.3