From 1f63ea4260b41facaf718d1ec9822d320b46f83a Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 23 Nov 2023 18:08:30 +0800
Subject: [PATCH] 修改首页菜单改为动态渲染,优化逻辑,楼盘表优化
---
pages.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 507d0e9..2f9cd64 100644
--- a/pages.json
+++ b/pages.json
@@ -8,7 +8,7 @@
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "首页",
- "enablePullDownRefresh": false,
+ "enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
--
Gitblit v1.9.3