Bug list updated

This commit is contained in:
Vion
2022-01-22 21:34:50 +08:00
parent c6267a73ee
commit 0833e998ea
7 changed files with 45 additions and 31 deletions

View File

@@ -88,13 +88,13 @@ export default {
message: "手机号码输入有误",
});
return;
} else if (this.alladdress === "") {
} else if (!this.alladdress || this.alladdress === "") {
this.$message({
type: "warning",
message: "请输入详细地址",
});
return;
} else if (this.userpeople === "") {
} else if (!this.userpeople || this.userpeople === "") {
this.$message({
type: "warning",
message: "请输入姓名",