Browse Source

修复bug

liusw 7 years ago
parent
commit
ca8c1d7595
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/register-saler/register/StepFirst.vue

+ 1 - 1
components/register-saler/register/StepFirst.vue

@@ -521,7 +521,7 @@
         this.validUpload.isValidUpload = this.data.url !== ''
       },
       licenceCheck: function (num) {
-        if ((/^[\S\-]{1,255}$/).test(this.data.licenceId)) {
+        if ((/^[\S-]{1,255}$/).test(this.data.licenceId)) {
           if (num > 0) {
             this.$http.post('/basic/enterprise/register/valid/businessCode?businessCode=' + this.data.licenceId)
               .then(response => {