From 21e98265baa94a537e69d5f05297f81dbac1cc25 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Sat, 12 Sep 2020 23:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=92=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=95=86=E5=93=81=E6=88=90=E5=8A=9F=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wechat/live/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wechat/live/index.vue b/src/views/wechat/live/index.vue index e25b4f9..3651aa3 100644 --- a/src/views/wechat/live/index.vue +++ b/src/views/wechat/live/index.vue @@ -304,10 +304,10 @@ export default { "productId": this.form.productId } addGoods(params).then(res=>{ - console.log(res,89888) - this.closeDialogVisible=true; + this.closeDialogVisible=false; + this.$message.success("添加成功"); }).catch(err => { - + this.$message.error(res.msg); }) }); },