diff --git a/src/pages/demo/page/throughout/index.vue b/src/pages/demo/page/throughout/index.vue
deleted file mode 100644
index 0b6cebd..0000000
--- a/src/pages/demo/page/throughout/index.vue
+++ /dev/null
@@ -1,151 +0,0 @@
-
-{
- style: {
- navigationBarTitleText: '通屏+下拉刷新+自定义导航栏',
- enablePullDownRefresh: true,
- backgroundColor: '#23c09c', // 这个背景色要与页面的.top-section的背景图差不多,这样下拉刷新看起来才比较协调
- 'app-plus': {
- titleNView: {
- type: 'transparent',
- },
- },
- 'mp-weixin': {
- navigationStyle: 'custom',
- },
- },
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ '我是标题' }}
-
-
-
-
- 顶部区域
- 可以是标题,也可以是个人中心头像等
- 建议本区域高度不低于200rpx
-
-
- 注意,上面的导航栏渐变效果仅微信端支持,且上面的导航栏无法抽为组件引入使用,否则滚动效果没有了。如果不只是微信小程序使用,可以
- onPageScroll 实现全端效果一样,另外如果是app端,还可以配置 titleNView。参考
- https://uniapp.dcloud.net.cn/tutorial/page.html#onpagescroll 。
-
-
-
-
-
-
-
-
-
-
-
-
-