Browse Source

第二步上一步判断

yangc 8 years ago
parent
commit
cefc5c28d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/register-saler/register/StepSecond.vue

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

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