提交 dabf8c77 编写于 作者: 雪洛's avatar 雪洛

feat: web端屏蔽嵌套滚动示例

上级 5c1ddde5
......@@ -1103,27 +1103,23 @@
"style": {
"navigationBarTitleText": "半屏弹窗"
}
},
},
// #ifdef APP
{
"path": "pages/template/long-list/long-list",
"style": {
"navigationBarTitleText": "顶部搜索框随时下移长列表"
// #ifdef APP
,
"enablePullDownRefresh": true
// #endif
"navigationBarTitleText": "顶部搜索框随时下移长列表",
"enablePullDownRefresh": true
}
},
{
"path": "pages/template/long-list2/long-list2",
"style": {
"navigationBarTitleText": "顶部banner长列表"
// #ifdef APP
,
"enablePullDownRefresh": true
// #endif
"navigationBarTitleText": "顶部banner长列表",
"enablePullDownRefresh": true
}
},
},
// #endif
{
"path": "pages/template/pull-zoom-image/pull-zoom-image",
"style": {
......
......@@ -54,7 +54,8 @@
export default {
data() {
return {
list: [
list: [
// #ifdef APP
{
id: 'long-list',
url: 'long-list',
......@@ -71,7 +72,8 @@
url: 'long-list2'
},
] as Page[],
},
},
// #endif
{
id: 'list-news',
url: 'list-news',
......
......@@ -261,10 +261,6 @@
background-color: #007AFF;
}
.swiper-list {
flex: 1;
}
.swiper-view {
flex: 1;
}
......
......@@ -265,10 +265,6 @@
background-color: #007AFF;
}
.swiper-list {
flex: 1;
}
.swiper-view {
flex: 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册