shish 1 개월 전
부모
커밋
4557e2aa87
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      ghsApp/src/pagesOrder/shMethod.vue

+ 1 - 2
ghsApp/src/pagesOrder/shMethod.vue

@@ -485,8 +485,7 @@ export default {
           return;
         }
       }
-
-      uni.showLoading({ title: "保存中" });
+      uni.showLoading()
       saveShMethodConfig(this.form)
         .then(res => {
           uni.hideLoading();