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