完善个人资料,我的页面修改,红点提示逻辑

This commit is contained in:
18401019693
2023-05-10 13:09:46 +08:00
parent f99bef4ac8
commit 229c8e72cf
14 changed files with 170 additions and 60 deletions

View File

@@ -859,7 +859,10 @@ public class LiveAudienceActivity extends LiveActivity {
public void showerHtml(String htmlUrl, boolean screen) {
if (TextUtils.equals(htmlUrl, "recharge")) {
RouteUtil.forwardMyCoin(mContext);
} else {
} else if (TextUtils.equals(htmlUrl, "to_me_information")){
onBackPressed();
Constants.isShowPage = 3;
}else {
if (!screen) {
ZhuangBanActivity.forward(mContext, htmlUrl, false);
} else {