From 910c37c43eceb27888b90631c868caa08f7eafcc Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 30 五月 2024 15:36:59 +0800
Subject: [PATCH] 开泵流程相关界面优化

---
 pages/home/home.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/home/home.json b/pages/home/home.json
index 0c560da..fe0e2c0 100644
--- a/pages/home/home.json
+++ b/pages/home/home.json
@@ -2,9 +2,10 @@
   "component": true,
   "usingComponents": {
     "t-avatar": "tdesign-miniprogram/avatar/avatar",
-    "t-switch": "tdesign-miniprogram/switch/switch"
+    "t-switch": "tdesign-miniprogram/switch/switch",
+    "t-dialog": "tdesign-miniprogram/dialog/dialog"
   },
   "navigationBarTitleText": "澶х鑺傛按",
-  "navigationBarTextStyle": "white",
-  "enablePullDownRefresh": true
+  "navigationBarTextStyle": "white"
+
 }
\ No newline at end of file

--
Gitblit v1.8.0