diff --git a/pages.json b/pages.json index e5e3c74967123ce0e01ad0d50cb816c38ad7cac3..a848ec0287461043e7bf9b30eaf9b1a5068d8e4d 100644 --- a/pages.json +++ b/pages.json @@ -25,13 +25,13 @@ "style": { "navigationBarTitleText": "text" } - }, - { - "path": "pages/component/text/text-props", - "style": { - "navigationBarTitleText": "text-props" - } - }, + }, + { + "path": "pages/component/text/text-props", + "style": { + "navigationBarTitleText": "text-props" + } + }, { "path": "pages/component/progress/progress", "style": { @@ -419,13 +419,13 @@ "style": { "navigationBarTitleText": "width" } - }, - { - "path": "pages/CSS/layout/visibility", - "style": { - "navigationBarTitleText": "visibility" - } - }, + }, + { + "path": "pages/CSS/layout/visibility", + "style": { + "navigationBarTitleText": "visibility" + } + }, { "path": "pages/CSS/margin/margin-bottom", "style": { @@ -527,13 +527,13 @@ "style": { "navigationBarTitleText": "text-align" } - }, - { - "path": "pages/CSS/text/text-overflow", - "style": { - "navigationBarTitleText": "text-overflow" - } - }, + }, + { + "path": "pages/CSS/text/text-overflow", + "style": { + "navigationBarTitleText": "text-overflow" + } + }, { "path": "pages/CSS/text/text-decoration-line", "style": { @@ -735,24 +735,27 @@ "navigationBarTitleText": "自定义下拉刷新", "enablePullDownRefresh": false } - }, - { - "path": "pages/API/get-window-info/get-window-info", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - } - ,{ - "path" : "pages/template/half-screen/half-screen", - "style" : - { - "navigationBarTitleText": "半屏弹窗", - "enablePullDownRefresh": false - } - - } - ], + }, + { + "path": "pages/API/get-window-info/get-window-info", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, { + "path": "pages/template/half-screen/half-screen", + "style": { + "navigationBarTitleText": "半屏弹窗", + "enablePullDownRefresh": false + } + }, { + "path": "pages/template/long-list/long-list", + "style": { + "navigationBarTitleText": "复杂长列表", + "enablePullDownRefresh": false + } + } + ], "globalStyle": { "pageOrientation": "portrait", "navigationBarTitleText": "Hello uniapp x", diff --git a/pages/component/navigator/navigator.uvue b/pages/component/navigator/navigator.uvue index 5b312f556708dd6b76e439f71760af04a2f90709..b6f5e95a19627c0b4ca4163f92c12baa783faf82 100644 --- a/pages/component/navigator/navigator.uvue +++ b/pages/component/navigator/navigator.uvue @@ -2,7 +2,7 @@ - + 跳转到新页面 diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index 2cc87344d9c2219336ec89829150382dd78f81a9..269943f1740db571ed022f4262ea0d2103ce8d79 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -84,7 +84,7 @@ export default { url: 'long-list', name: '复杂长列表', open: false, - enable: false, + enable: true, pages: [] as Page[], }, { diff --git a/pages/template/long-list/long-list.uvue b/pages/template/long-list/long-list.uvue new file mode 100644 index 0000000000000000000000000000000000000000..171e0cfd3eb8c208b280ccd423b2dd77d8e856f9 --- /dev/null +++ b/pages/template/long-list/long-list.uvue @@ -0,0 +1,194 @@ + + + + + \ No newline at end of file