fix(existRealName): 实名认证阅读协议逻辑去除

This commit is contained in:
woody 2025-05-08 14:07:23 +08:00
parent 115e3395a2
commit f2e09e5d93
1 changed files with 14 additions and 21 deletions

View File

@ -387,12 +387,6 @@ export default {
saveData() { saveData() {
this.$refs["smform"].validate((valid) => { this.$refs["smform"].validate((valid) => {
if (valid) { if (valid) {
if (this.toShow == false) {
this.$message({
message: "请阅读推广人员服务协议",
type: "warning",
});
} else {
wal wal
.addAuthentication(this.smform) .addAuthentication(this.smform)
.then((res) => { .then((res) => {
@ -407,7 +401,6 @@ export default {
.catch((err) => { .catch((err) => {
this.beginTime = 0; this.beginTime = 0;
}); });
}
} else { } else {
return false; return false;
} }
@ -433,7 +426,7 @@ export default {
margin: 30px 0; margin: 30px 0;
} }
.hqyzm1 { .hqyzm1 {
color: #d5251d; color: var(--primary-color);
cursor: pointer; cursor: pointer;
} }
.hui { .hui {