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/list.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/h5/pages/customer/contract/list.vue b/h5/pages/customer/contract/list.vue
index ac70d09..db65d61 100644
--- a/h5/pages/customer/contract/list.vue
+++ b/h5/pages/customer/contract/list.vue
@@ -1,5 +1,5 @@
<template>
- <view class="cu-page">
+ <view class="cu-page cu-page--with-fab">
<scroll-view scroll-x class="cu-tabs cu-tabs--scroll">
<view
v-for="(t, i) in tabs"
@@ -55,6 +55,7 @@
</view>
<u-empty v-if="!list.length" text="鏆傛棤鍚堝悓" margin-top="80" />
</view>
+ <cu-workbench-fab />
</view>
</template>
--
Gitblit v1.9.3