From 10ca1a362276175c0547ce977f778ce9c637579d Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 18 Feb 2022 08:53:09 +0800
Subject: [PATCH] 1、投票功能完善

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

diff --git a/pages.json b/pages.json
index ebafdd3..13a5c68 100644
--- a/pages.json
+++ b/pages.json
@@ -485,7 +485,7 @@
 		}, {
 			"path": "pages/voting/vote",
 			"style": {
-				"navigationBarTitleText": "投票发起",
+				"navigationBarTitleText": "参与投票",
 				"navigationBarBackgroundColor": "#103289",
 				"navigationBarTextStyle": "white"
 			}
@@ -507,7 +507,17 @@
 			}
 
 		}
-	],
+	    ,{
+            "path" : "pages/voting/votRanking",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "投票排名",
+                "navigationBarBackgroundColor": "#103289",
+                "navigationBarTextStyle": "white"
+            }
+            
+        }
+    ],
 	"globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
 		"autoscan": true
 	},

--
Gitblit v1.9.3