fix chatmodel
This commit is contained in:
@@ -241,7 +241,11 @@ export class GirlDetailPanel extends li_BaseView {
|
||||
|
||||
OnClickChatBtn() {
|
||||
// 使用带过渡动画的导航方法
|
||||
NavigationManager.Instance.navigateToChatWithTransition(this.id, this);
|
||||
NavigationManager.Instance.navigateToChatWithTransition(
|
||||
this.category.toString(),
|
||||
this.id,
|
||||
this
|
||||
);
|
||||
// 注意:不在这里直接调用onClose,而是在动画完成后由NavigationManager调用
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user