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);