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 = () => {