snow 1 year ago
parent
commit
d509ac99e3
3 changed files with 3 additions and 2 deletions
  1. 0 0
      dist/app.js
  2. 1 1
      dist/runtime.js
  3. 2 1
      src/components/binding/index.vue

File diff suppressed because it is too large
+ 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,'');

Some files were not shown because too many files changed in this diff