张延森 3 gadus atpakaļ
vecāks
revīzija
e1cc00ec27

+ 2
- 0
src/hotel/pages/landlord/addRoom/addRoom.config.js Parādīt failu

@@ -1,6 +1,8 @@
1 1
 export default {
2 2
   navigationBarTitleText: '',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
4 6
   usingComponents: {
5 7
     "mp-cells": "weui-miniprogram/cells/cells",
6 8
     "mp-cell": "weui-miniprogram/cell/cell",

+ 3
- 1
src/hotel/pages/landlord/landlord.config.js Parādīt failu

@@ -2,10 +2,12 @@ export default {
2 2
   navigationBarTitleText: '十公里',
3 3
   navigationStyle: 'custom',
4 4
   styleIsolation: 'shared',
5
+  disableScroll: true,
6
+
5 7
   usingComponents: {
6 8
     "mp-tabbar": "weui-miniprogram/tabbar/tabbar",
7 9
     "mp-dialog": "weui-miniprogram/dialog/dialog",
8
-    "mp-searchbar": "weui-miniprogram/searchbar/searchbar",    
10
+    "mp-searchbar": "weui-miniprogram/searchbar/searchbar",
9 11
     "mp-cells": "weui-miniprogram/cells/cells",
10 12
     "mp-cell": "weui-miniprogram/cell/cell",
11 13
     "mp-form": "weui-miniprogram/form/form"

+ 2
- 0
src/hotel/pages/landlord/roomOrder/roomOrder.config.js Parādīt failu

@@ -1,5 +1,7 @@
1 1
 export default {
2 2
   navigationBarTitleText: '',
3
+  disableScroll: true,
4
+
3 5
   navigationStyle: 'custom',
4 6
   usingComponents: {
5 7
   }

+ 2
- 0
src/pages/MineUserAll/AllOrder/index.config.js Parādīt failu

@@ -1,5 +1,7 @@
1 1
 export default {
2 2
   navigationBarTitleText: '我的订单',
3
+  disableScroll: true,
4
+
3 5
   navigationStyle: 'custom',
4 6
   "usingComponents": {
5 7
     "mp-dialog": "weui-miniprogram/dialog/dialog",

+ 2
- 0
src/pages/MineUserAll/Collect/index.config.js Parādīt failu

@@ -1,4 +1,6 @@
1 1
 export default {
2 2
   navigationBarTitleText: '我的收藏',
3
+  disableScroll: true,
4
+
3 5
   navigationStyle: 'custom',
4 6
 }

+ 2
- 0
src/pages/MineUserAll/ContactMe/index.config.js Parādīt failu

@@ -1,4 +1,6 @@
1 1
 export default {
2 2
   navigationBarTitleText: '联系我们',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
4 6
 }

+ 2
- 0
src/pages/MineUserAll/RefundMoney/CheckRefund/index.config.js Parādīt failu

@@ -1,4 +1,6 @@
1 1
 export default {
2 2
   navigationBarTitleText: '售后退款',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
4 6
 }

+ 3
- 0
src/pages/MineUserAll/RefundMoney/index.config.js Parādīt failu

@@ -1,6 +1,9 @@
1 1
 export default {
2 2
   navigationBarTitleText: '售后退款',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
6
+  disableScroll: true,
4 7
   "usingComponents": {
5 8
     "mp-dialog": "weui-miniprogram/dialog/dialog",
6 9
     "mp-tabs": "../../../components/tabs/index"

+ 2
- 0
src/pages/MineUserAll/Rules/index.config.js Parādīt failu

@@ -1,4 +1,6 @@
1 1
 export default {
2 2
   navigationBarTitleText: '用户协议须知',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
4 6
 }

+ 1
- 0
src/pages/PayOrder/index.config.js Parādīt failu

@@ -1,6 +1,7 @@
1 1
 export default {
2 2
   navigationBarTitleText: '测试页2',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
4 5
 
5 6
   usingComponents: {
6 7
     "mp-checkbox-group": "weui-miniprogram/checkbox-group/checkbox-group",

+ 1
- 0
src/pages/RoomOrder/index.config.js Parādīt failu

@@ -1,6 +1,7 @@
1 1
 export default {
2 2
   navigationBarTitleText: '',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
4 5
 
5 6
   usingComponents: {
6 7
     "mp-checkbox-group": "weui-miniprogram/checkbox-group/checkbox-group",

+ 1
- 0
src/pages/TobeShop/index.config.js Parādīt failu

@@ -1,6 +1,7 @@
1 1
 export default {
2 2
   navigationBarTitleText: '到店核销',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
4 5
 
5 6
   usingComponents: {
6 7
     "mp-checkbox-group": "weui-miniprogram/checkbox-group/checkbox-group",

+ 6
- 4
src/pages/details/foodDetails/foodDetails.config.js Parādīt failu

@@ -1,5 +1,7 @@
1 1
 export default {
2
-    navigationBarTitleText: '美食详情',
3
-    navigationStyle: 'custom',
4
-    enableShareAppMessage: true
5
-  }
2
+  navigationBarTitleText: '美食详情',
3
+  navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
6
+  enableShareAppMessage: true
7
+}

+ 2
- 0
src/pages/details/mjDetails/sceneryDetails.config.js Parādīt failu

@@ -1,4 +1,6 @@
1 1
 export default {
2 2
   navigationBarTitleText: '美景详情',
3
+  disableScroll: true,
4
+
3 5
   navigationStyle: 'custom',
4 6
 }

+ 2
- 1
src/pages/index/index.config.js Parādīt failu

@@ -1,9 +1,10 @@
1 1
 export default {
2 2
   navigationBarTitleText: '十公里',
3 3
   navigationStyle: 'custom',
4
+
4 5
   styleIsolation: 'shared',
5 6
   enableShareAppMessage: true,
6
-  disableScroll: false,
7
+  disableScroll: true,
7 8
   usingComponents: {
8 9
     "mp-tabbar": "weui-miniprogram/tabbar/tabbar",
9 10
     "mp-tabs": "../../../components/tabs/index",

+ 8
- 6
src/pages/search/search.config.js Parādīt failu

@@ -1,7 +1,9 @@
1 1
 export default {
2
-    navigationBarTitleText: '搜索',
3
-    navigationStyle: 'custom',
4
-    usingComponents: {
5
-      "mp-searchbar": "weui-miniprogram/searchbar/searchbar", 
6
-    },
7
-  }
2
+  navigationBarTitleText: '搜索',
3
+  navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
6
+  usingComponents: {
7
+    "mp-searchbar": "weui-miniprogram/searchbar/searchbar",
8
+  },
9
+}

+ 8
- 6
src/pages/searchResult/searchResult.config.js Parādīt failu

@@ -1,7 +1,9 @@
1 1
 export default {
2
-    navigationBarTitleText: '搜索',
3
-    navigationStyle: 'custom',
4
-    usingComponents: {
5
-      "mp-tabs": "../../../components/tabs/index"
6
-    }
7
-  }
2
+  navigationBarTitleText: '搜索',
3
+  navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
6
+  usingComponents: {
7
+    "mp-tabs": "../../../components/tabs/index"
8
+  }
9
+}

+ 2
- 0
src/pages/test/index.config.js Parādīt failu

@@ -1,4 +1,6 @@
1 1
 export default {
2 2
   navigationBarTitleText: '测试页',
3
+  disableScroll: true,
4
+
3 5
   navigationStyle: 'custom',
4 6
 }

+ 2
- 0
src/shop/pages/spread/spreadIndex.config.js Parādīt failu

@@ -1,6 +1,8 @@
1 1
 export default {
2 2
   navigationBarTitleText: '十公里',
3 3
   navigationStyle: 'custom',
4
+  disableScroll: true,
5
+
4 6
   usingComponents: {
5 7
     "mp-tabbar": "weui-miniprogram/tabbar/tabbar",
6 8
     "mp-tabs": "../../../components/tabs/index",