From 2bdc0f7db429d0dce1b9fcaed0730b182993999d Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Tue, 17 Aug 2021 18:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B7=BB=E5=8A=A0=E9=A2=91?= =?UTF-8?q?=E9=81=93=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/channel/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/channel/index.vue b/pages/channel/index.vue index 6b99363..e88a54b 100644 --- a/pages/channel/index.vue +++ b/pages/channel/index.vue @@ -56,11 +56,11 @@ }, updateChannel(type) { this.$http(this.API.API_EDITCHANNEL,{channels: this.chanel_id},{showLoading:false}).then(res => { - if(type == 1) { - this.$msg('添加频道成功') - }else { - this.$msg('取消频道成功') - } + // if(type == 1) { + // this.$msg('添加频道成功') + // }else { + // this.$msg('取消频道成功') + // } }).catch(err => { })