From b02bba911d9b76534b4a3439d3ef455b262ea958 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 8 Apr 2024 13:07:01 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E6=8A=BD=E5=A5=96):=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8A=BD=E5=A5=96=E9=A2=86=E5=8F=96=E6=97=A0=E6=B3=95=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=8A=B6=E6=80=81=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg-video/views/lottery-log.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-video/views/lottery-log.vue b/pkg-video/views/lottery-log.vue index 57363ef..c1da413 100644 --- a/pkg-video/views/lottery-log.vue +++ b/pkg-video/views/lottery-log.vue @@ -80,7 +80,7 @@ export default { this.page++ this.fetchList() }, - async takeItem(item) { + async takeItem(item, index) { // 领取商品 if (item['prizeType'] === 1 && item['status'] === 1) { uni.navigateTo({