shawenguan 1 rok temu
rodzic
commit
62f27f445f
1 zmienionych plików z 3 dodań i 0 usunięć
  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++){