浏览代码

修复bug

liusw 7 年之前
父节点
当前提交
ca8c1d7595
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 => {