Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -496,7 +496,7 @@ class CommentViewModel { | @@ -496,7 +496,7 @@ class CommentViewModel { | ||
| 496 | } | 496 | } |
| 497 | HttpBizUtil.post<ResponseDTO<MasterDetailRes>>(url, item).then((result) => { | 497 | HttpBizUtil.post<ResponseDTO<MasterDetailRes>>(url, item).then((result) => { |
| 498 | if (!result.data || result.data.mainControl != 1) { | 498 | if (!result.data || result.data.mainControl != 1) { |
| 499 | - ToastUtils.longToast("暂时无法查看该创作者主页") | 499 | + // ToastUtils.longToast("暂时无法查看该创作者主页") |
| 500 | return | 500 | return |
| 501 | } | 501 | } |
| 502 | 502 |
-
Please register or login to post a comment