From 7290fa6e55903d3d663b749dfdd0158353b91f5b Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Mon, 28 Jul 2025 18:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=A1=E6=9C=89=E4=B8=AD?= =?UTF-8?q?=E5=A5=96=E4=BA=BA=E6=95=B0=E6=97=B6=EF=BC=8C=E6=8D=A2=E9=A1=B5?= =?UTF-8?q?=E6=8C=89=E9=94=AE=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/choujiang/hxl-cj/cj.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/choujiang/hxl-cj/cj.vue b/src/views/choujiang/hxl-cj/cj.vue index 7071b46..1818b65 100644 --- a/src/views/choujiang/hxl-cj/cj.vue +++ b/src/views/choujiang/hxl-cj/cj.vue @@ -310,6 +310,13 @@ const openGetPrize = async () => { }); let scroll = document.getElementById("prizeBar"); // scroll.style.height = "110px"; + + await nextTick(); + if (totalPage.value == 1) { + const rightPageBtn = document.getElementById("rightPage"); + rightPageBtn.style.cursor = "not-allowed"; + rightPageBtn.style.background = "#ccc"; + } }; const closeGetPrize = () => {