Commit a49d0ddf by 潘琦

生育全程签约身份证重复提示语;

parent d52e0559
...@@ -1241,7 +1241,7 @@ export default { ...@@ -1241,7 +1241,7 @@ export default {
createSign(params).then(res => { createSign(params).then(res => {
this.btnDisabled = false this.btnDisabled = false
this.$Indicator.close() this.$Indicator.close()
if (res.code === 200 && res.value) { if (res.data.code === 200 && res.data.value) {
if (this.pageType === 0) { if (this.pageType === 0) {
this.$toast({ this.$toast({
message: '审核周期约三天,请您耐心等待!', message: '审核周期约三天,请您耐心等待!',
...@@ -1265,7 +1265,7 @@ export default { ...@@ -1265,7 +1265,7 @@ export default {
} }
} else { } else {
this.$toast({ this.$toast({
message: '保存失败', message: res.data.message,
position: 'center', position: 'center',
duration: 3000 duration: 3000
}) })
......
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