Commit e5f78cba authored by 郭志伟's avatar 郭志伟

fix: 移除阻断

parent 053a9942
......@@ -228,13 +228,13 @@ export default {
this.popupShow = true;
},
onSubmit() {
const { payPeriod, payType, policyPeriod, birth } = this.formData;
if (!payPeriod || !payType || !policyPeriod || !birth) {
this.$notify({ type: "warning", message: "请选择保费方案" });
this.popupShow = true;
this.currentPupopIndex = 6;
return;
}
// const { payPeriod, payType, policyPeriod, birth } = this.formData;
// if (!payPeriod || !payType || !policyPeriod || !birth) {
// this.$notify({ type: "warning", message: "请选择保费方案" });
// this.popupShow = true;
// this.currentPupopIndex = 6;
// return;
// }
this.showLoginPopup();
this.popupShow = false;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment