完善个人资料,我的页面修改,红点提示逻辑
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user