会员引导条件

This commit is contained in:
guozhen 2025-06-25 17:52:01 +08:00
parent f01a6d23f0
commit e653bcb7e7

View File

@ -458,7 +458,7 @@ public class UBJPrivateOllowFragment extends Fragment {
public void onResume() { public void onResume() {
super.onResume(); super.onResume();
seenMarkView.getUserInfo(); seenMarkView.getUserInfo();
// if (!TIndicator.is_Vip() && TimeUtils.vipPurchaseIsOpen() && vipPurchaseDialog == null) { if (!TIndicator.is_Vip() && TimeUtils.vipPurchaseIsOpen() && vipPurchaseDialog == null) {
zytGooglePayUtils = ZYTGooglePayUtils.getInstance(getActivity(), purchase -> { zytGooglePayUtils = ZYTGooglePayUtils.getInstance(getActivity(), purchase -> {
gsGooglePayInfo = new GSGooglePayInfo(); gsGooglePayInfo = new GSGooglePayInfo();
gsGooglePayInfo.setOrder_code(current_order_code); gsGooglePayInfo.setOrder_code(current_order_code);
@ -523,7 +523,7 @@ public class UBJPrivateOllowFragment extends Fragment {
}); });
vipPurchaseDialog.show(); vipPurchaseDialog.show();
// } }
} }
private long dismissUniqueCookieCorePlay() { private long dismissUniqueCookieCorePlay() {