From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改

---
 miniprogram/app.json |   42 +++++++++++++++++++++++++++++++++++++++---
 1 files changed, 39 insertions(+), 3 deletions(-)

diff --git a/miniprogram/app.json b/miniprogram/app.json
index 822460a..2f9cae0 100644
--- a/miniprogram/app.json
+++ b/miniprogram/app.json
@@ -12,6 +12,8 @@
         "pages/user/pubulicty/index",
         "pages/user/myself/index",
         "pages/user/report/index",
+        "pages/user/announcement/index",
+        "pages/user/announcement/announcelist/index",
         "pages/user/report/submitReport/index",
         "pages/user/report/detail/index",
         "pages/user/myself/detail/index",
@@ -26,7 +28,8 @@
         "pages/manager/group/message/records/detail/index",
         "pages/user/group/index",
         "pages/user/group/message/index",
-        "pages/user/group/message/publicty/index"
+        "pages/user/group/message/publicty/index",
+        "pages/user/pubulicty/detail/index"
     ],
     "usingComponents": {
         "van-button": "@vant/weapp/button/index",
@@ -41,13 +44,46 @@
         "van-notify": "@vant/weapp/notify/index",
         "van-toast": "@vant/weapp/toast/index",
         "van-checkbox": "@vant/weapp/checkbox/index",
-        "van-checkbox-group": "@vant/weapp/checkbox-group/index"
+        "van-checkbox-group": "@vant/weapp/checkbox-group/index",
+        "van-field": "@vant/weapp/field/index",
+        "van-picker": "@vant/weapp/picker/index",
+        "van-tab": "@vant/weapp/tab/index",
+        "van-tabs": "@vant/weapp/tabs/index",
+        "van-uploader": "@vant/weapp/uploader/index",
+        "van-notice-bar": "@vant/weapp/notice-bar/index",
+        "van-overlay": "@vant/weapp/overlay/index",
+        "van-image": "@vant/weapp/image/index",
+        "van-dialog": "@vant/weapp/dialog/index",
+        "van-swipe-cell": "@vant/weapp/swipe-cell/index",
+        "van-action-sheet": "@vant/weapp/action-sheet/index"
     },
     "window": {
         "backgroundTextStyle": "light",
         "navigationBarBackgroundColor": "#fff",
-        "navigationBarTitleText": "闈掔緤鍒嗗眬缁忎睛澶ч槦",
+        "navigationBarTitleText": "闈掔緤缁忎睛鏁版嵁搴旂敤鏈嶅姟骞冲彴",
         "navigationBarTextStyle": "black"
     },
+    "tabBar": {
+        "list": [
+            {
+                "pagePath": "pages/user/index",
+                "text": "棣栭〉",
+                "iconPath": "/image/home.png",
+                "selectedIconPath": "/image/home_art.png"
+            },
+            {
+                "pagePath": "pages/user/group/index",
+                "text": "妗堜欢鍜ㄨ",
+                "iconPath": "/image/center.png",
+                "selectedIconPath": "/image/center_art.png"
+            },
+            {
+                "pagePath": "pages/manager/myself/index",
+                "text": "鎴戠殑",
+                "iconPath": "/image/user.png",
+                "selectedIconPath": "/image/user_art.png"
+            }
+        ]
+    },
     "sitemapLocation": "sitemap.json"
 }
\ No newline at end of file

--
Gitblit v1.8.0