From 2690b31c5ce35bbfbcef97b396e13b6ff682ead2 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Tue, 11 Jan 2022 17:05:37 +0800 Subject: [PATCH] 车辆认证 --- src/views/carManage/certification.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/carManage/certification.vue b/src/views/carManage/certification.vue index 9baf4c8..fe79d69 100644 --- a/src/views/carManage/certification.vue +++ b/src/views/carManage/certification.vue @@ -73,11 +73,11 @@ export default { let res = data.data; this.rez(res); } else { - this.$vux.toast.text(data.message, "top") + this.$vux.toast.text(data.message, "top"); } }); } else { - this.$vux.toast.text('请先上传图片再认证', "top") + this.$vux.toast.text("请先上传图片再认证", "top"); } }, rez(res) { -- libgit2 0.21.4