| | |
| | | import com.hdl.photovoltaic.HDLApp; |
| | | import com.hdl.photovoltaic.R; |
| | | import com.hdl.photovoltaic.base.CustomBaseActivity; |
| | | import com.hdl.photovoltaic.config.UserConfigManage; |
| | | import com.hdl.photovoltaic.databinding.ActivityWebBinding; |
| | | import com.hdl.photovoltaic.utils.LocalManageUtil; |
| | | |
| | | /** |
| | | * 《服务协议》和《隐私协议》界面 |
| | |
| | | |
| | | |
| | | private ActivityWebBinding viewBinding; |
| | | |
| | | public static final int ServiceAgreement = 0; |
| | | public static final int PrivacyAgreement = 1; |
| | | |
| | | /** |
| | | * 0,表示服务协议 |
| | |
| | | viewBinding.toolbarTopFragmentHouseListRl.topBackBtn.setVisibility(View.VISIBLE); |
| | | viewBinding.toolbarTopFragmentHouseListRl.topBarView.setBackgroundColor(getResources().getColor(R.color.text_FFFFFFFF, null)); |
| | | |
| | | if (HDLApp.getInstance().currentAppLanguage.equals("zh")) { |
| | | if (UserConfigManage.getInstance().getCurrentAppLanguage().equals(LocalManageUtil.zh)) { |
| | | //中文 |
| | | if (this.typeIntValue == 0) { |
| | | //用户协议 |