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

+ 3 - 0
Scripts/jhsh/jhshHelper.js

@@ -625,6 +625,9 @@ async function checkSignIn(loginInfo, signActInfo){
                     break;
                 }
             }
+            if(!couponInfo && couponList.length == 1){
+                couponInfo = couponList[0];
+            }
             let hasRewardGot = false;
             if(couponInfo){
                 for(let i=0; i < REWORD_LIST.length; i++){