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
xugenyuan
2024-06-04 11:24:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5aa7e55a7b5389088b456b8e6f1e8f4765c73964
5aa7e55a
1 parent
6d4958ec
ref |> 解决华为分享链接传参问题
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/commons/wdShareBase/src/main/ets/System/WDSystemShare.ets
sight_harmony/commons/wdShareBase/src/main/ets/System/WDSystemShare.ets
View file @
5aa7e55
...
...
@@ -66,7 +66,8 @@ export class WDSystemShare implements WDShareInterface {
});
data.addRecord({
utd: utd.UniformDataType.HYPERLINK,
uri: link.link
// uri: link.link // SDK 设计 不能传这里
content: link.link
});
return data
}
...
...
Please
register
or
login
to post a comment