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/list.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/h5/pages/customer/bill/list.vue b/h5/pages/customer/bill/list.vue
index ea842a2..2b93418 100644
--- a/h5/pages/customer/bill/list.vue
+++ b/h5/pages/customer/bill/list.vue
@@ -1,6 +1,6 @@
<template>
- <view class="cu-page cu-bill-page">
+ <view class="cu-page cu-page--with-fab cu-bill-page">
<view class="cu-bill-page__header">
@@ -198,6 +198,8 @@
</view>
+ <cu-workbench-fab />
+
</view>
</template>
--
Gitblit v1.9.3