snow 1 년 전
부모
커밋
d509ac99e3
3개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/app.js
  2. 1 1
      dist/runtime.js
  3. 2 1
      src/components/binding/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.js


+ 1 - 1
dist/runtime.js

@@ -113,7 +113,7 @@
 /******/
 /******/ 	var hotApplyOnUpdate = true;
 /******/ 	// eslint-disable-next-line no-unused-vars
-/******/ 	var hotCurrentHash = "ecc4f62b8c71172911d5";
+/******/ 	var hotCurrentHash = "27e3c5048330480d42a7";
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentChildModule;

+ 2 - 1
src/components/binding/index.vue

@@ -132,7 +132,8 @@ export default {
         this.submit();
     },
     handleError(){
-      this.$message.warning("订阅失败,请重试!")
+      this.submit();
+      // this.$message.warning("订阅失败,请重试!")
     },
     handleLastValue(value){
       this.formData.lastCode = value.replace(/[^\d]/g,'');

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.