From effc285be3229af6b77edafcb5ec71b96a35f53a Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 12 七月 2024 17:41:57 +0800 Subject: [PATCH] test --- pages.json | 62 +++++++++++++++++++++++++------ 1 files changed, 50 insertions(+), 12 deletions(-) diff --git a/pages.json b/pages.json index 73a6a2e..b82d64c 100644 --- a/pages.json +++ b/pages.json @@ -14,10 +14,9 @@ "titleNView": { "buttons": [{ //鍙充晶鎿嶄綔鎸夐挳鏍峰紡瀹氫箟,鏄互鏁扮粍褰㈠紡瀹氫箟锛屽彲瀹氫箟澶氫釜 "color": "#000000", + "colorPressed": "#2D8CF0", "fontSize": "24px", - "width": "auto", "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 - // "text": "222" "fontSrc": "/static/uni.ttf", "text": "\ue462" }] @@ -28,13 +27,43 @@ "path": "pages/modal/classAttr", "style": { "navigationBarTitleText": "%sys.add2%", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "buttons": [ //鍙充晶鎿嶄綔鎸夐挳鏍峰紡瀹氫箟,鏄互鏁扮粍褰㈠紡瀹氫箟锛屽彲瀹氫箟澶氫釜 + { + "color": "#000000", + "colorPressed": "#2D8CF0", + "fontSize": "24px", + "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 + "fontSrc": "/static/uni.ttf", + "text": "\ue462" + } + ] + } + } } }, { "path": "pages/modal/ms_classAttr", "style": { "navigationBarTitleText": "%sys.add2%", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "buttons": [ //鍙充晶鎿嶄綔鎸夐挳鏍峰紡瀹氫箟,鏄互鏁扮粍褰㈠紡瀹氫箟锛屽彲瀹氫箟澶氫釜 + { + "color": "#000000", + "colorPressed": "#2D8CF0", + "fontSize": "24px", + "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 + "fontSrc": "/static/uni.ttf", + "text": "\ue462" + } + ] + } + } + + } }, { "path": "js/pickerAddress/pickerAddress", @@ -77,14 +106,23 @@ "enablePullDownRefresh": false, "app-plus": { "titleNView": { - "buttons": [{ //鍙充晶鎿嶄綔鎸夐挳鏍峰紡瀹氫箟,鏄互鏁扮粍褰㈠紡瀹氫箟锛屽彲瀹氫箟澶氫釜 - "color": "#000000", - "colorPressed": "#2D8CF0", - "fontSize": "24px", - "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 - "fontSrc": "/static/uni.ttf", - "text": "\ue612" - }] + "buttons": [ //鍙充晶鎿嶄綔鎸夐挳鏍峰紡瀹氫箟,鏄互鏁扮粍褰㈠紡瀹氫箟锛屽彲瀹氫箟澶氫釜 + { + "color": "#000000", + "colorPressed": "#2D8CF0", + "fontSize": "24px", + "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 + "fontSrc": "/static/uni.ttf", + "text": "\ue612" + }, { + "color": "#000000", + "colorPressed": "#2D8CF0", + "fontSize": "24px", + "float": "right", //瀵艰埅鏍忕殑宸﹀彸浣嶇疆 + "fontSrc": "/static/uni.ttf", + "text": "\ue462" + } + ] } } } -- Gitblit v1.9.1