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