Bladeren bron

样式修改

于继渤 1 jaar geleden
bovenliggende
commit
2d9d40b5f7

+ 2 - 1
package-base-select/pages/select-goods/select-goods.json

@@ -2,5 +2,6 @@
     "usingComponents": {},
     "navigationBarTitleText":"选择商品",
     "navigationStyle": "custom",
-    "backgroundColor": "#1B365D"
+    "backgroundColor": "#1B365D", 
+    "disableScroll":true
 }

+ 2 - 1
package-inventory/pages/cost-check/cost-check.json

@@ -2,5 +2,6 @@
   "usingComponents": {},
   "navigationBarTitleText":"成本补录",
   "navigationStyle": "custom",
-  "backgroundColor": "#1B365D"
+  "backgroundColor": "#1B365D",
+  "disableScroll":true
 }

+ 2 - 1
pages/shopping/shopping.json

@@ -2,5 +2,6 @@
   "usingComponents": {},
   "navigationBarTitleText":"开单",
   "navigationStyle": "custom",
-  "backgroundColor": "#1B365D"
+  "backgroundColor": "#1B365D", 
+  "disableScroll":true
 }