Fix:【商城小程序】苹果手机—商品足迹,向下、向左、向右划动会出现空白
This commit is contained in:
+2
-1
@@ -212,7 +212,8 @@
|
|||||||
"path": "pages/user/History/index",
|
"path": "pages/user/History/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "商品足迹",
|
"navigationBarTitleText": "商品足迹",
|
||||||
"navigationBarBackgroundColor": "#FFFFFF"
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -203,6 +203,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.disabled{
|
.disabled{
|
||||||
color: #CBCBCB !important;
|
color: #CBCBCB !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user