王士厅
@@ -467,12 +467,12 @@ struct QualityCommentItem { @@ -467,12 +467,12 @@ struct QualityCommentItem {
467 jumpToAccountOwner() { 467 jumpToAccountOwner() {
468 468
469 commentViewModel.jumpToAccountPage(this.item, () => { 469 commentViewModel.jumpToAccountPage(this.item, () => {
470 - WindowModel.shared.setWindowLayoutFullScreen(false) 470 + // WindowModel.shared.setWindowLayoutFullScreen(false)
471 }) 471 })
472 } 472 }
473 473
474 jumpToDetail() { 474 jumpToDetail() {
475 - WindowModel.shared.setWindowLayoutFullScreen(false) 475 + // WindowModel.shared.setWindowLayoutFullScreen(false)
476 // programInfoModel.api_isCommentAction = YES; 476 // programInfoModel.api_isCommentAction = YES;
477 let content = new ContentDTO() 477 let content = new ContentDTO()
478 content.objectId = this.item.targetId; 478 content.objectId = this.item.targetId;
@@ -505,7 +505,7 @@ struct QualityCommentItem { @@ -505,7 +505,7 @@ struct QualityCommentItem {
505 // 未登录,跳转登录 505 // 未登录,跳转登录
506 const user_id = HttpUtils.getUserId() 506 const user_id = HttpUtils.getUserId()
507 if (!user_id) { 507 if (!user_id) {
508 - WindowModel.shared.setWindowLayoutFullScreen(false) 508 + // WindowModel.shared.setWindowLayoutFullScreen(false)
509 WDRouterRule.jumpWithPage(WDRouterPage.loginPage) 509 WDRouterRule.jumpWithPage(WDRouterPage.loginPage)
510 return 510 return
511 } 511 }