sunlupeng 1 주 전
부모
커밋
cbb0d9c16d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/monthlyDrawCarousel.html

+ 1 - 1
public/monthlyDrawCarousel.html

@@ -351,7 +351,7 @@
       };
       // 大转盘抽奖按钮
       async function starDraw() {
-        const postData = {
+        let postData = {
           actId: state.actId,
         };
         postData = JSON.stringify(postData)