From 7b93d2bc5b1346c678757ba6065a237cdd804543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Wed, 18 Mar 2020 15:56:34 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-718=E3=80=900319=E3=80=91=E7=94=B5?= =?UTF-8?q?=E6=8A=95=E6=B7=BB=E5=8A=A0=E7=9F=AD=E4=BF=A1=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E9=AA=8C=E8=AF=81=E8=BA=AB=E4=BB=BD=20=20=E5=9B=9E?= =?UTF-8?q?=E6=89=A7=E7=AD=BE=E6=94=B6=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9F=AD=E4=BF=A1=E9=AA=8C=E8=AF=81=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=20--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3?= =?UTF-8?q?=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/serve/Detail.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/ebiz/serve/Detail.vue b/src/views/ebiz/serve/Detail.vue index 084458cab..4bfc297fd 100644 --- a/src/views/ebiz/serve/Detail.vue +++ b/src/views/ebiz/serve/Detail.vue @@ -374,10 +374,12 @@ export default { loadingType: 'spinner', message: '加载中……' }) + this.$toast.clear() if (JSON.parse(data).state == '1') { this.toNextPage() } else { that.faceAuthCount.appnt++ + this.$toast(JSON.parse(data).error) } }) } else {