Browse Source

[修复] 列表页面滚动BUG

dev
邓平艺 4 years ago
parent
commit
4f47a26e6c
  1. 9
      pages.json
  2. 3
      pages/order/index.vue
  3. 1
      pages/shopOrder/index.vue

9
pages.json

@ -7,21 +7,24 @@
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "首页", "navigationBarTitleText": "首页",
"enablePullDownRefresh": false
"enablePullDownRefresh": false,
"disableScroll": true
} }
}, },
{ {
"path": "pages/order/index", "path": "pages/order/index",
"style": { "style": {
"navigationBarTitleText": "我的订单", "navigationBarTitleText": "我的订单",
"enablePullDownRefresh": false
"enablePullDownRefresh": false,
"disableScroll": true
} }
}, },
{ {
"path": "pages/shopOrder/index", "path": "pages/shopOrder/index",
"style": { "style": {
"navigationBarTitleText": "商户订单", "navigationBarTitleText": "商户订单",
"enablePullDownRefresh": false
"enablePullDownRefresh": false,
"disableScroll": true
} }
}, },
{ {

3
pages/order/index.vue

@ -248,7 +248,7 @@
.title { .title {
font-size: 28rpx; font-size: 28rpx;
color: $u-content-color; color: $u-content-color;
height: 98rpx;
height: 80rpx;
} }
// tab // tab
@ -261,6 +261,7 @@
// //
.com { .com {
width: 100%; width: 100%;
height: 100%;
overflow: hidden; overflow: hidden;
.list { .list {

1
pages/shopOrder/index.vue

@ -206,6 +206,7 @@
// //
.com { .com {
width: 100%; width: 100%;
height: 100%;
overflow: hidden; overflow: hidden;
.list { .list {

Loading…
Cancel
Save