fixing bug 8.11

This commit is contained in:
2020-08-11 18:24:56 +08:00
parent 9a0dc4c6d1
commit 523dadd55d
4 changed files with 40 additions and 12 deletions

View File

@@ -243,10 +243,10 @@
"style": {
"navigationStyle": "custom",
"app-plus": {
"animationType": "fade-in", // 设置fade-in淡入动画为最合理的动画类型
"background": "transparent", // 背景透明
"backgroundColor": "rgba(0,0,0,0)", // 背景透明
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0.5)",
"popGesture": "none"
}
}
},