Fix:【商城小程序】苹果手机—商品足迹,向下、向左、向右划动会出现空白

This commit is contained in:
modendeveloper
2024-09-19 20:17:53 +08:00
parent 2f2497270a
commit 072a05257e
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -212,7 +212,8 @@
"path": "pages/user/History/index",
"style": {
"navigationBarTitleText": "商品足迹",
"navigationBarBackgroundColor": "#FFFFFF"
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": false
}
},
{
+1
View File
@@ -203,6 +203,7 @@ export default {
width: 100%;
top: 0;
z-index: 9;
box-sizing: border-box;
}
.disabled{
color: #CBCBCB !important;