shish 6 mesiacov pred
rodič
commit
cebae45162
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      ghsApp/src/admin/custom/set.vue
  2. 1 1
      ghsApp/src/pages.json

+ 1 - 1
ghsApp/src/admin/custom/set.vue

@@ -168,7 +168,7 @@ export default {
 			})
 		},
 		toSubmit() {
-			this.$util.confirmModal({content:'确认提交修改?'},() => {
+			this.$util.confirmModal({content:'确认提交?'},() => {
 				uni.showLoading({})
 				setChange(this.form).then(res => {
 					uni.hideLoading()

+ 1 - 1
ghsApp/src/pages.json

@@ -382,7 +382,7 @@
 				{ "path": "result", "style": { "navigationBarTitleText": "结果" } },
 				{ "path": "add", "style": { "navigationBarTitleText": "新增采购", "enablePullDownRefresh": true } },
 				{ "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
-				{ "path": "components/pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
+				{ "path": "components/pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black","app-plus": {"softinputMode": "adjustResize"} } },
 				{ "path": "order", "style": { "navigationBarTitleText": "采购订单", "enablePullDownRefresh": true } },
 				{ "path": "wcOrder", "style": { "navigationBarTitleText": "外采", "enablePullDownRefresh": true } },
        			{ "path": "supplier", "style": { "navigationBarTitleText": "供货商", "enablePullDownRefresh": true } },