From 1d69e0ba3a8ea30b8b16231d7636f609b0de2e0a Mon Sep 17 00:00:00 2001 From: Gao xiaosong <704041637@qq.com> Date: Mon, 19 Apr 2021 11:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A0=E6=B3=95=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E7=A7=92=E6=9D=80=E5=95=86=E5=93=81=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/t-goods-item/t-goods-item.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/t-goods-item/t-goods-item.vue b/components/t-goods-item/t-goods-item.vue index 1543b89..4650a07 100644 --- a/components/t-goods-item/t-goods-item.vue +++ b/components/t-goods-item/t-goods-item.vue @@ -23,10 +23,10 @@ - 马上抢 + 马上抢 已售磬 即将开始 - 已结束 + 已结束 @@ -89,7 +89,7 @@ export default { // this.tui.href(`../seckillDetail/seckillDetail?status=${this.status}`) // }, goDetail: function() { - this.$emit('goDetail', item) + this.$emit('goDetail', this.item) }, }, }