ref |> 修改华为分享弹框上的默认App icon图
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
2 changed files
with
1 additions
and
1 deletions
| @@ -22,7 +22,7 @@ export class WDShare { | @@ -22,7 +22,7 @@ export class WDShare { | ||
| 22 | desc: content.shareInfo.shareSummary, | 22 | desc: content.shareInfo.shareSummary, |
| 23 | link: content.shareInfo.shareUrl, | 23 | link: content.shareInfo.shareUrl, |
| 24 | deeplink:AppInnerLinkGenerator.generateDeepLinkWithConent(content), | 24 | deeplink:AppInnerLinkGenerator.generateDeepLinkWithConent(content), |
| 25 | - // posterImg:$r("app.media.test_share_poster"), | 25 | + posterImg:$r("app.media.test_share_poster"), |
| 26 | } | 26 | } |
| 27 | }) | 27 | }) |
| 28 | } | 28 | } |
-
Please register or login to post a comment