ref |> 解决华为分享链接传参问题
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -66,7 +66,8 @@ export class WDSystemShare implements WDShareInterface { | @@ -66,7 +66,8 @@ export class WDSystemShare implements WDShareInterface { | ||
| 66 | }); | 66 | }); |
| 67 | data.addRecord({ | 67 | data.addRecord({ |
| 68 | utd: utd.UniformDataType.HYPERLINK, | 68 | utd: utd.UniformDataType.HYPERLINK, |
| 69 | - uri: link.link | 69 | + // uri: link.link // SDK 设计 不能传这里 |
| 70 | + content: link.link | ||
| 70 | }); | 71 | }); |
| 71 | return data | 72 | return data |
| 72 | } | 73 | } |
-
Please register or login to post a comment