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
陈剑华
2024-06-12 13:55:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85a7eff39c1056f89cb2184b56161df16769ce87
85a7eff3
1 parent
ffbb7064
fix: 18340 【UAT】【金刚位】对金刚位组件配置的端内链接地址,点击访问后,没有端内打开,当前是浏览器打开的
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
View file @
85a7eff
...
...
@@ -79,15 +79,17 @@ export struct ZhGridLayout03 {
.onClick((event: ClickEvent) => {
console.log('333rt',JSON.stringify(item))
InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName)
if (item.objectType === '11') {
ProcessUtils.jumpExternalWebPage
ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle)
} else if(item.objectType === '6'){
ProcessUtils.jumpExternalWebPage(item.linkUrl)
//ProcessUtils.gotoWeb(item);
}else{
ProcessUtils.processPage(item)
}
// if (item.objectType === '11') {
// ProcessUtils.jumpExternalWebPage
// ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle)
// } else if(item.objectType === '6'){
// ProcessUtils.jumpExternalWebPage(item.linkUrl)
// //ProcessUtils.gotoWeb(item);
// }else{
// ProcessUtils.processPage(item)
// }
})
}
}
...
...
Please
register
or
login
to post a comment