diff --git a/pages.json b/pages.json
index 2a025b7b660be6b601441cf3263278246b1237e8..f507a72483573048e03dc8af6dd0f64d3bd308fd 100644
--- a/pages.json
+++ b/pages.json
@@ -707,7 +707,16 @@
"enablePullDownRefresh": false
}
}
- ],
+ ,{
+ "path" : "pages/template/half-screen/half-screen",
+ "style" :
+ {
+ "navigationBarTitleText": "半屏弹窗",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp x",
diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue
index e544431e6b75630efe06f0a04a4aed7dcd3152f0..dff50503809290a6efdf54cf11604b172dcec69e 100644
--- a/pages/tabBar/template.uvue
+++ b/pages/tabBar/template.uvue
@@ -109,6 +109,13 @@
open: false,
pages: [] as Page[]
},
+ {
+ id: "half-screen",
+ url: "half-screen",
+ name: "半屏弹窗",
+ open: false,
+ pages: [] as Page[]
+ },
{
id: "drop-card",
url: "drop-card",
diff --git a/pages/template/half-screen/half-screen.uvue b/pages/template/half-screen/half-screen.uvue
new file mode 100644
index 0000000000000000000000000000000000000000..02e3b7bd7c20319b668938dfc01f8d40396f079e
--- /dev/null
+++ b/pages/template/half-screen/half-screen.uvue
@@ -0,0 +1,182 @@
+
+
+ TouchEvent还有细节需要优化,需支持拦截事件分发逻辑解决拖拽半屏窗口引起内容滚动的问题
+
+
+ 半屏弹窗标题
+
+
+ half screen content-{{item}}
+
+
+
+
+
+
+
+
+