Browse Source

Merge branch 'milestone-20250722-抽奖' into milestone-20250722-众筹抽奖合并专用分支

milestone-20250723-众筹
no99 3 weeks ago
parent
commit
7db0cb1a56
  1. 7
      src/views/choujiang/hxl-cj/cj.vue

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

Loading…
Cancel
Save