From 06bc5651ae8f8998ba7668be129693ad4b5dc9b3 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Tue, 15 Sep 2020 16:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=BE=E4=BA=BA=E7=94=B3=E8=AF=B7=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=BA=AB=E4=BB=BD=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageE/more/ApplyLive.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pageE/more/ApplyLive.vue b/pageE/more/ApplyLive.vue index 14cddee..c0b5e5a 100644 --- a/pageE/more/ApplyLive.vue +++ b/pageE/more/ApplyLive.vue @@ -187,10 +187,10 @@ export default { hobby: this.checkedHobbyList, }).then(res => { if(res.errCode == 0) { - // this.$refs.uToast.show({ - // title: res.message, - // back: true, - // }) + this.$refs.uToast.show({ + title: res.message, + back: true, + }) } else { this.isSubmit = true; this.$u.toast(res.message);