From fe80801123abe5096dae9c5ad1c443c10124d435 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 14 十月 2024 16:34:26 +0800
Subject: [PATCH] 1.商品限购,只有有数据的才展示 2.花店-设置布局重写 3.花店-广告功能

---
 pages.json |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 99ba70c..30737c8 100644
--- a/pages.json
+++ b/pages.json
@@ -73,6 +73,13 @@
 			}
 		},
 		{
+			"path": "pages/advertising/advertising",
+			"style": {
+				"navigationBarTitleText": "广告",
+				"enablePullDownRefresh": true
+			}
+		},
+		{
 			"path": "pages/user/user-pwd/user-pwd",
 			"style": {
 				"navigationBarTitleText": "修改密码",
@@ -370,6 +377,13 @@
 			"pages": [
 				// #ifdef PUB_CUSTOMER
 				{
+					"path": "setup/setup",
+					"style": {
+						"navigationBarTitleText": "设置",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
 					"path": "customer-info/customer-info",
 					"style": {
 						"navigationBarTitleText": "信息维护",

--
Gitblit v1.9.3