Sfoglia il codice sorgente

第二步上一步判断

yangc 8 anni fa
parent
commit
cefc5c28d3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/register-saler/register/StepSecond.vue

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

@@ -46,7 +46,7 @@
     },
     },
     methods: {
     methods: {
       sectionChange: function (type) {
       sectionChange: function (type) {
-        if (!this.checkData.checked) {
+        if (!this.checkData.checked && type === 3) {
           this.$message.error('请阅读相关条例')
           this.$message.error('请阅读相关条例')
         } else {
         } else {
           this.$emit('sectionEvent', type)
           this.$emit('sectionEvent', type)