feat: "我的" 列表支持跳转至“我的装扮”
This commit is contained in:
@@ -297,6 +297,9 @@ public class RouterHandler {
|
||||
case RouterType.GAME_TEAM_RECORD:
|
||||
GameTeamRecordActivity.Companion.start(context);
|
||||
break;
|
||||
case RouterType.MY_DRESS_ITEM:
|
||||
MyDecorationActivity.start(context, 0);
|
||||
break;
|
||||
default:
|
||||
SingleToastUtil.showToast(ResUtil.getString(R.string.ui_im_routerhandler_07));
|
||||
return false;
|
||||
|
@@ -224,6 +224,11 @@ public class RouterType {
|
||||
*/
|
||||
public static final int GAME_TEAM_RECORD = 78;
|
||||
|
||||
/**
|
||||
* 79-我的装扮
|
||||
*/
|
||||
public static final int MY_DRESS_ITEM = 79;
|
||||
|
||||
|
||||
/**
|
||||
* 收益记录(目前只是本地用到,所以用了100000)
|
||||
|
Reference in New Issue
Block a user