ShareTimelineImage
- APP分享在线图片至微信朋友圈
方法名 | 参数传递 | 说明 |
---|---|---|
ShareTimelineImage | {PicturePath: 'https://gimg3.png (opens new window)' } | 分享在线图片至微信朋友圈 |
/*
* params:
* {
* PicturePath: 网络图片地址
* {
*/
PublicLib.ShareTimelineImage({PicturePath:'https://gimg3.png'});
1
2
3
4
5
6
7
2
3
4
5
6
7