| | |
| | | // qrCodeBean.setUserName(UserConfigManage.getInstance().getUserName()); |
| | | // qrCodeBean.setAccount(UserConfigManage.getInstance().getAccount()); |
| | | String content = UserConfigManage.getInstance().getAccount();// new Gson().toJson(qrCodeBean);内容过长微信扫码显示有问题 |
| | | Bitmap bitmap = HdlCommonLogic.getInstance().createQRCodeBitmap(content, 168, 168, "UTF-8", "H", "0", Color.BLACK, Color.WHITE); |
| | | Bitmap bitmap = HdlCommonLogic.getInstance().createQRCodeBitmap(content, 168, 168, "UTF-8", "H", "0", getColor(R.color.text_00000000), Color.WHITE); |
| | | viewBinding.qrCodeIv.setImageBitmap(bitmap); |
| | | |
| | | } |