|
|
@@ -1502,7 +1502,14 @@ public class FgtSmallSheep extends BaseCompatFragment implements SmallSheepContr
|
|
|
@Override
|
|
|
public void onDismiss() {
|
|
|
backgroundAlpha(1f, mActivity);
|
|
|
- isShowRedPackageWithCode();//邀请红包
|
|
|
+ if (SpUtils.getFirst("first_invitation" + userEntity.getId())) {//不是第一次进入APP
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ SpUtils.saveFirst("first_invitation" + userEntity.getId(), true);//第一次登录成功后保存起来,下次进来就不再弹新人红包
|
|
|
+ if (((userEntity.getNewbie_task_status() & 16) == 0) && userEntity.getIs_new() == 1) {
|
|
|
+ isShowRedPackageWithCode();//邀请红包
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|