Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wuyanan
2024-09-26 15:13:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
327e66712b9cf6d68f6b7896b9899452db9a3065
327e6671
1 parent
d1464ee7
ref |> 修复 19885 功能缺陷-进入直播频道,无网络环境访问直播稿件,应提示:网络出小差了,请检查网络后重试
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/pages/DetailPlayLiveCommon.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/pages/DetailPlayLiveCommon.ets
View file @
327e667
...
...
@@ -151,7 +151,7 @@ export struct DetailPlayLiveCommon {
.catch((error:Error) => {
Logger.debug(TAG + "error",error.message,error.name)
this.isHideLoading = true;
ToastUtils.shortToast('
内容不存在
');
ToastUtils.shortToast('
网络出小差了,请检查网络后重试
');
router.back();
reject();
});
...
...
Please
register
or
login
to post a comment