app 弹框协议等

This commit is contained in:
yeliang-king
2022-04-24 22:41:00 +08:00
parent 884d3e8c34
commit b4e2761b1f
6 changed files with 146 additions and 5 deletions

View File

@@ -14,7 +14,18 @@
"enablePullDownRefresh":true
}
},
{
"path":"pages/tabbar/screen/fullScreen",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"app-plus":{
"animationType": "fade-in", // 设置fade-in淡入动画为最合理的动画类型
"background": "transparent", // 背景透明
"backgroundColor": "rgba(0,0,0,0)", // 背景透明
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
}
}
},
{
"path": "pages/tabbar/cart/cartList",
"style": {