From c5787087bba1bf9ca71d4c6d0a38fa52e3c93238 Mon Sep 17 00:00:00 2001 From: fanfan Date: Tue, 5 Mar 2024 14:39:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/detail.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index 52f4ae0..a306c7d 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -552,7 +552,6 @@ }, methods: { getprice(e) { - console.log(e) let that=this let params = { goods_id:that.goods.goods_id, @@ -565,11 +564,10 @@ } GoodsApi.editGoodsSeckillPrice(params).then(res => { if (res.status == 200) { - console.log(res) that.$toast("设置成功"); this.$refs.setRange.afterSale = false; setTimeout(() => { - // that.getGoodsDetail(1); + that.getGoodsDetail(1); }, 500) } })