From a2de8c1c61775913dbfd8ab6a7961580bcfb52b7 Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com.cn>
Date: 星期二, 27 二月 2024 17:28:51 +0800
Subject: [PATCH] 3018,3037功能点样式改为自定义表单和3200功能点新增

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

diff --git a/pages.json b/pages.json
index 45c2fe3..8782750 100644
--- a/pages.json
+++ b/pages.json
@@ -71,6 +71,14 @@
             }
         }
         ,{
+            "path" : "pages/modal/3018_2",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鏂板",
+                "enablePullDownRefresh": false
+            }
+        }
+        ,{
             "path" : "pages/modal/3037",
             "style" :                                                                                    
             {
@@ -79,6 +87,41 @@
             }
         }
         ,{
+            "path" : "pages/modal/3037_2",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鏂板",
+                "enablePullDownRefresh": false
+            }
+        }
+		,{
+			"path": "pages/modal/3200",
+			"style": {
+				"navigationBarTitleText": "鏂板",
+				"app-plus": {
+					"titleNView": {
+						"buttons": [{ //鍙充晶鎿嶄綔鎸夐挳鏍峰紡瀹氫箟,鏄互鏁扮粍褰㈠紡瀹氫箟锛屽彲瀹氫箟澶氫釜
+							"color": "#000000",
+							"colorPressed": "#2D8CF0",
+							"fontSize": "28px",
+							"float":"right",//瀵艰埅鏍忕殑宸﹀彸浣嶇疆
+							"fontSrc": "/static/mobox-sys.ttf",
+							"text":"\ue924"
+							// "type": "favorite"
+						}]
+					}
+				}
+			}
+		}
+		,{
+		    "path" : "pages/modal/3200_view",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "3200娴忚",
+		        "enablePullDownRefresh": false
+		    }
+		}
+        ,{
             "path" : "pages/modal/5600",
             "style" :                                                                                    
             {
@@ -86,6 +129,14 @@
                 "enablePullDownRefresh": false
             }
         }
+        ,{
+            "path" : "pages/modal/5602",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鍒嗘嫞",
+                "enablePullDownRefresh": false
+            }
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

--
Gitblit v1.9.1