|
@@ -628,7 +628,7 @@ async function checkSignIn(loginInfo, signActInfo){
|
|
|
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++){
|
|
|
- if(REWORD_LIST[i].NODE_DAY == couponInfo.NODE_DAY){
|
|
|
|
|
|
|
+ if(REWORD_LIST[i].NODE_DAY == couponInfo.nodeDay){
|
|
|
// 已领券奖励
|
|
// 已领券奖励
|
|
|
couponInfo = null;
|
|
couponInfo = null;
|
|
|
hasRewardGot = true;
|
|
hasRewardGot = true;
|