diff --git a/pages/my/certification.vue b/pages/my/certification.vue index 2fecf53..eee3e3f 100644 --- a/pages/my/certification.vue +++ b/pages/my/certification.vue @@ -143,7 +143,7 @@ - + @@ -229,8 +229,8 @@ - - + + @@ -424,6 +424,15 @@ this.curStep = this.curStep === 0 ? 0 : --this.curStep; }, nextStep() { + if (this.curStep === 0){ + if (!this.realNameInfo.name || !this.realNameInfo.idCardNum || !this.realNameInfo.idCardImgList || !this.realNameInfo.idCardImgList.length) { + uni.showToast({ + title: '请完成必填项的填写', + icon: 'none' + }) + return; + } + } this.curStep = this.curStep === this.stepList.length - 1 ? this.curStep : ++this.curStep; }, /* 经营主体 start */ diff --git a/pages/my/master-occupancy.vue b/pages/my/master-occupancy.vue index ea46209..6c5b710 100644 --- a/pages/my/master-occupancy.vue +++ b/pages/my/master-occupancy.vue @@ -58,7 +58,7 @@ - + @@ -107,9 +107,9 @@ - + - +