【自保件需求】---去掉错误提示

This commit is contained in:
dwq
2021-10-27 10:06:13 +08:00
parent 4862dafd2c
commit 586598f62c

View File

@@ -260,9 +260,10 @@ export default {
const resp = await CommitmentSelfCheck(checkData);
if (resp.result == '0' && resp.content.data.ruleList.length ) {
checkStr='<span style="color: red;width:auto; display: block;text-align: left">温馨提示:</span>'+resp.content.data.ruleList[0].retMsg
} else {
this.$toast(resp.resultMessage);
}
// else {
// console.log(resp.resultMessage);
// }
let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> '
+checkStr;
// let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> ' +