diff --git a/pages.json b/pages.json index ad61bd7..d962e7b 100644 --- a/pages.json +++ b/pages.json @@ -212,7 +212,8 @@ "path": "pages/user/History/index", "style": { "navigationBarTitleText": "商品足迹", - "navigationBarBackgroundColor": "#FFFFFF" + "navigationBarBackgroundColor": "#FFFFFF", + "enablePullDownRefresh": false } }, { diff --git a/pages/user/History/index.vue b/pages/user/History/index.vue index 3533c37..9605ddc 100644 --- a/pages/user/History/index.vue +++ b/pages/user/History/index.vue @@ -203,6 +203,7 @@ export default { width: 100%; top: 0; z-index: 9; + box-sizing: border-box; } .disabled{ color: #CBCBCB !important;