From a14d89efffdd9424517221977ec5b20b03b5bd8b Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 28 Apr 2026 18:46:01 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E6=8A=BD=E5=A5=962.0=EF=BC=88?= =?UTF-8?q?=E6=8A=BD=E5=A5=96=E6=B4=BB=E5=8A=A8=E6=97=A0=E6=B3=95=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E8=BF=9B=E5=85=A5=E5=88=B0=E4=B8=8B=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=8A=BD=E5=A5=96=E6=B4=BB=E5=8A=A8=EF=BC=8C=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=8A=BD=E5=A5=96=E5=95=86=E5=93=81=E6=97=A0=E6=B3=95=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=88=B0=E6=8A=BD=E5=A5=96=E7=A0=81=EF=BC=89/V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 2 +- pages/shop/GoodsCon/index.vue | 3 +++ pkg-video/views/county-lottery.vue | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index bca3b65..7096b64 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -1679,7 +1679,7 @@ export default { let opened = false try { const res = await checkDrawTime(activityId) - // opened = this.parseCheckTimeResult(res) + opened = this.parseCheckTimeResult(res) } catch (e) { opened = false } diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index a7fbd87..c360187 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -1495,6 +1495,9 @@ export default { case "day": q.dailyGoodsId = Number(this.activityId) break + case "countyLottery": + q.activityId = Number(this.activityId || 0) + break } postCartAdd(q).then(function (res) { that.isOpen = false diff --git a/pkg-video/views/county-lottery.vue b/pkg-video/views/county-lottery.vue index 8125e28..d8a4070 100644 --- a/pkg-video/views/county-lottery.vue +++ b/pkg-video/views/county-lottery.vue @@ -330,6 +330,9 @@ export default { new: 1, uniqueId: currentSelect.unique || '' } + if (this.activityId) { + q.activityId = Number(this.activityId) + } postCartAdd(q).then(res => { this.isOpen = false this.attr.cartAttr = false