xugenyuan

ref |> 解决华为分享链接传参问题

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
@@ -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 }