Przeglądaj źródła

企业开店申请

gaoxm 8 lat temu
rodzic
commit
6be19ba0a4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      components/register-saler/Register.vue

+ 2 - 2
components/register-saler/Register.vue

@@ -90,8 +90,8 @@
             this.enterpriseData = response.data
           })
         if (tempEnterprise.isVendor === 1690) { // 是企业
-          this.section = 3
-          this.checkData.checked = true
+          this.section = 1
+          this.checkData.checked = false
         } else if (typeof tempEnterprise.isVendor === 'undefined' || tempEnterprise.isVendor === '') {
           this.section = 1
           this.checkData.checked = false