Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -249,6 +249,8 @@ export struct PlayerRightView { | @@ -249,6 +249,8 @@ export struct PlayerRightView { | ||
| 249 | pageID: '' | 249 | pageID: '' |
| 250 | } | 250 | } |
| 251 | WDRouterRule.jumpWithPage(WDRouterPage.peopleShipHomePage, params) | 251 | WDRouterRule.jumpWithPage(WDRouterPage.peopleShipHomePage, params) |
| 252 | + } else { | ||
| 253 | + ToastUtils.showToast("暂时无法查看该创作者主页", 2000); | ||
| 252 | } | 254 | } |
| 253 | }) | 255 | }) |
| 254 | 256 |
-
Please register or login to post a comment