shawenguan 1 년 전
부모
커밋
05eab2d56c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/jhsh/jhshHelper.js

+ 1 - 1
Scripts/jhsh/jhshHelper.js

@@ -628,7 +628,7 @@ async function checkSignIn(loginInfo, signActInfo){
             let hasRewardGot = false;
             if(couponInfo){
                 for(let i=0; i < REWORD_LIST.length; i++){
-                    if(REWORD_LIST[i].NODE_DAY == couponInfo.NODE_DAY){
+                    if(REWORD_LIST[i].NODE_DAY == couponInfo.nodeDay){
                         // 已领券奖励
                         couponInfo = null;
                         hasRewardGot = true;