Commit 2690b31c5ce35bbfbcef97b396e13b6ff682ead2
1 parent
76b0bb3d
车辆认证
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/carManage/certification.vue
| ... | ... | @@ -73,11 +73,11 @@ export default { |
| 73 | 73 | let res = data.data; |
| 74 | 74 | this.rez(res); |
| 75 | 75 | } else { |
| 76 | - this.$vux.toast.text(data.message, "top") | |
| 76 | + this.$vux.toast.text(data.message, "top"); | |
| 77 | 77 | } |
| 78 | 78 | }); |
| 79 | 79 | } else { |
| 80 | - this.$vux.toast.text('请先上传图片再认证', "top") | |
| 80 | + this.$vux.toast.text("请先上传图片再认证", "top"); | |
| 81 | 81 | } |
| 82 | 82 | }, |
| 83 | 83 | rez(res) { | ... | ... |