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/detail.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/h5/pages/customer/bill/detail.vue b/h5/pages/customer/bill/detail.vue
index 3638804..0b3dc49 100644
--- a/h5/pages/customer/bill/detail.vue
+++ b/h5/pages/customer/bill/detail.vue
@@ -1,6 +1,6 @@
<template>
- <view :class="['cu-page cu-bill-detail', needPayAmount > 0 ? 'cu-page--with-footer' : '']" v-if="bill">
+ <view :class="['cu-page cu-bill-detail cu-page--with-fab', needPayAmount > 0 ? 'cu-page--with-footer' : '']" v-if="bill">
<view :class="['cu-bill-detail-hero', heroClass]">
@@ -208,6 +208,8 @@
</view>
+ <cu-workbench-fab />
+
</view>
</template>
--
Gitblit v1.9.3