diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index cac839f..3182d8f 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -552,12 +552,10 @@ if (!this.checkboxValue1[0]) { return Toast("请勾选用户协议") } - this.splitAddress(this.formData.address) - return this.formData.step = this.step - if (this.step == 2) { this.isshow = true + this.splitAddress(this.formData.address) this.countDown() } else { this.agree()