|
@@ -16,7 +16,10 @@
|
|
|
"path": "pages/selectGradesTerms/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "选择学科和年纪",
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "app-plus": {
|
|
|
+ "animationType": "none"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -35,9 +38,14 @@
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/game/index",
|
|
|
+
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "app-plus": {
|
|
|
+ "animationType": "none"
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/my/index",
|
|
@@ -121,8 +129,8 @@
|
|
|
"navigationBarTitleText": "麦塔软件",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
- "animationType": "none",
|
|
|
- "animationDuration": "0",
|
|
|
+ // "animationType": "none",
|
|
|
+ // "animationDuration": "0",
|
|
|
//禁止滑动返回
|
|
|
"app-plus": {
|
|
|
"popGesture": "none"
|