wjc
2026-01-15 82543be6c46db80bb06f8e5bcad3f4e079b932b6
app/src/main/java/com/hdl/photovoltaic/ui/me/WebActivity.java
@@ -9,6 +9,7 @@
import com.hdl.photovoltaic.base.CustomBaseActivity;
import com.hdl.photovoltaic.config.UserConfigManage;
import com.hdl.photovoltaic.databinding.ActivityWebBinding;
import com.hdl.photovoltaic.enums.Languages;
import com.hdl.photovoltaic.utils.LocalManageUtil;
/**
@@ -65,8 +66,7 @@
            viewBinding.toolbarTopRl.topTitleTv.setText(R.string.app_privacy_policy);
        }
        viewBinding.toolbarTopRl.topBackLl.setVisibility(View.VISIBLE);
        if (UserConfigManage.getInstance().getCurrentAppLanguage().equals(LocalManageUtil.zh)) {
        if (UserConfigManage.getInstance().getCurrentAppLanguage().equals(Languages.zh)) {
            //中文
            if (this.typeIntValue == 0) {
                //用户协议 https://nearest.hdlcontrol.com
@@ -85,6 +85,8 @@
                viewBinding.contentView.loadUrl("https://common.hdlcontrol.com/common-h5/#/pages/greenEnergyAgreement/privacyAgreementEn");
            }
        }
        if (UserConfigManage.getInstance().isArabicLanguage()) {
            viewBinding.toolbarTopRl.topLeftIv.setRotation(180); // 旋转180度
        }
    }
}