Browse Source

修复bug

liusw 7 năm trước cách đây
mục cha
commit
ca8c1d7595
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 => {