fix(existRealName): 实名认证阅读协议逻辑去除
This commit is contained in:
parent
115e3395a2
commit
f2e09e5d93
|
@ -387,27 +387,20 @@ export default {
|
|||
saveData() {
|
||||
this.$refs["smform"].validate((valid) => {
|
||||
if (valid) {
|
||||
if (this.toShow == false) {
|
||||
this.$message({
|
||||
message: "请阅读推广人员服务协议",
|
||||
type: "warning",
|
||||
wal
|
||||
.addAuthentication(this.smform)
|
||||
.then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.$message({
|
||||
message: res.msg,
|
||||
type: "success",
|
||||
});
|
||||
this.getDetail();
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
this.beginTime = 0;
|
||||
});
|
||||
} else {
|
||||
wal
|
||||
.addAuthentication(this.smform)
|
||||
.then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.$message({
|
||||
message: res.msg,
|
||||
type: "success",
|
||||
});
|
||||
this.getDetail();
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
this.beginTime = 0;
|
||||
});
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
@ -433,7 +426,7 @@ export default {
|
|||
margin: 30px 0;
|
||||
}
|
||||
.hqyzm1 {
|
||||
color: #d5251d;
|
||||
color: var(--primary-color);
|
||||
cursor: pointer;
|
||||
}
|
||||
.hui {
|
||||
|
|
Loading…
Reference in New Issue