diff --git a/pages.json b/pages.json index 98d097cd6fb2c2245128e40e3188cab6593c3da4..ffe041fecab2c0b8475e1bf034c1a2367fd7368b 100644 --- a/pages.json +++ b/pages.json @@ -1481,6 +1481,14 @@ } }, // #endif + // #ifdef APP-ANDROID || APP-IOS || WEB + { + "path": "pages/API/dialog-page/dialog-3", + "style": { + "navigationBarTitleText": "dialogPage3" + } + }, + // #endif // #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN { "path": "pages/API/create-interstitial-ad/create-interstitial-ad", @@ -2187,13 +2195,13 @@ "navigationBarTitleText": "顶部banner长列表嵌套滚动示例", "enablePullDownRefresh": true } - }, - { - "path": "pages/template/long-grid-nested/long-grid-nested", - "style": { - "navigationBarTitleText": "顶部banner瀑布流长列表嵌套滚动示例", - "enablePullDownRefresh": true - } + }, + { + "path": "pages/template/long-grid-nested/long-grid-nested", + "style": { + "navigationBarTitleText": "顶部banner瀑布流长列表嵌套滚动示例", + "enablePullDownRefresh": true + } }, { "path": "pages/template/pull-zoom-image/pull-zoom-image", @@ -2323,11 +2331,10 @@ } }, { - "path" : "pages/template/WXS/WXS", - "style" : - { - "navigationBarTitleText" : "WXS" - } + "path": "pages/template/WXS/WXS", + "style": { + "navigationBarTitleText": "WXS" + } } // #endif ], @@ -3334,4 +3341,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/pages/API/dialog-page/dialog-3.uvue b/pages/API/dialog-page/dialog-3.uvue new file mode 100644 index 0000000000000000000000000000000000000000..2538b85607448abacdfef13b2ea118e1c83e4082 --- /dev/null +++ b/pages/API/dialog-page/dialog-3.uvue @@ -0,0 +1,182 @@ + + + + + +} + +export const PageStyleArray = [ + { + key: "navigationBarBackgroundColor", + type: "string", + value: ["#007AFF", "#FFFFFF", "#000000"] + }, + { + key: "navigationBarTextStyle", + type: "string", + value: ["white", "black"] + }, + { + key: "navigationBarTitleText", + type: "string", + value: ["dialogPage", "title2", "title3"] + }, + { + key: "navigationStyle", + type: "string", + value: ["default", "custom"] + }, + { + key: "backgroundColor", + type: "string", + value: ["#FFFFFF", "#000000"] + }, + { + key: "backgroundColorContent", + type: "string", + value: ["#FFFFFF", "transparent", "#000000"] + }, + { + key: "backgroundTextStyle", + type: "string", + value: ["dark", "light"] + }, + { + key: "enablePullDownRefresh", + type: "boolean", + value: [true, false] + }, + { + key: "onReachBottomDistance", + type: "number", + value: [50, 100] + }, + { + key: "pageOrientation", + type: "string", + value: ["auto", "portrait", "landscape"] + }, + { + key: "backgroundColorTop", + type: "string", + value: ["#FFFFFF", "#000000"] + }, + { + key: "backgroundColorBottom", + type: "string", + value: ["#FFFFFF", "#000000"] + }, + { + key: "navigationBarAutoBackButton", + type: "boolean", + value: [true, false] + }, + { + key: "hideStatusBar", + type: "boolean", + value: [true, false] + }, + { + key: "hideBottomNavigationIndicator", + type: "boolean", + value: [true, false] + }] as PageStyleItem[]