commit
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -794,6 +794,12 @@ | ... | @@ -794,6 +794,12 @@ |
| 794 | message: '该用户手机号已存在,请更换手机号', | 794 | message: '该用户手机号已存在,请更换手机号', |
| 795 | type: 'error' | 795 | type: 'error' |
| 796 | }); | 796 | }); |
| 797 | } else if(res.data=='fail') { | ||
| 798 | this.$message({ | ||
| 799 | showClose: true, | ||
| 800 | message: '接口调用失败,请重试!', | ||
| 801 | type: 'error' | ||
| 802 | }); | ||
| 797 | } else if(res.data=='success') { | 803 | } else if(res.data=='success') { |
| 798 | this.$message({ | 804 | this.$message({ |
| 799 | showClose: true, | 805 | showClose: true, | ... | ... |
-
Please register or sign in to post a comment