From 31a5566dd7ff56a3405ce79a764cd9e3d63154c9 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Wed, 23 Dec 2020 16:21:11 +0800
Subject: [PATCH] 排行榜

---
 hive-app/pages.json |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/hive-app/pages.json b/hive-app/pages.json
index e2ab8de..66b9598 100644
--- a/hive-app/pages.json
+++ b/hive-app/pages.json
@@ -286,6 +286,58 @@
 					"scrollIndicator": "none"
 				}
 			}
+		},
+		{
+			"path": "pages/manager/storeRanking",
+			"style": {
+				"navigationBarTitleText": "门店业绩排行榜",
+				"navigationBarBackgroundColor":"#FFFFFF",
+				"navigationBarTextStyle":"black",
+				"app-plus":{ 
+					"scrollIndicator": "none",
+					"titleNView": {
+						"buttons": [
+							{
+								"text": "\ue6aa",
+								"fontSrc": "/static/iconfont/iconfont.ttf",
+								"fontSize": "16px",
+								"width":"25px",
+								"float":"right"
+							},
+							{
+								"text":"月榜",
+								"fontSize": "14px"
+							}	
+						]
+					}
+				}
+			}
+		},
+		{
+			"path": "pages/manager/counselorRanking",
+			"style": {
+				"navigationBarTitleText": "业绩排行榜",
+				"navigationBarBackgroundColor":"#518EFF",
+				"navigationBarTextStyle":"white",
+				"app-plus":{ 
+					"scrollIndicator": "none",
+					"titleNView": {
+						"buttons": [
+							{
+								"text": "\ue6aa",
+								"fontSrc": "/static/iconfont/iconfont.ttf",
+								"fontSize": "16px",
+								"width":"25px",
+								"float":"right"
+							},
+							{
+								"text":"月榜",
+								"fontSize": "14px"
+							}	
+						]
+					}
+				}
+			}
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.1