tencent_kit icon indicating copy to clipboard operation
tencent_kit copied to clipboard

请问个问题,,分享的网页的话如何加入一个图片我看imageUri这个参数我要加载网络图片如何处理或是加载本地image图片怎么处理

Open luyi-word opened this issue 6 years ago • 3 comments

_tencent.shareWebpage( scene: TencentScene.SCENE_QQ, title: data['title'], targetUrl:data['targetUrl'], summary:data['summary'], // imageUri:'http://souky.107.dev.eol.com.cn/app/upload/transaction.png', imageUri:uri, // imageUri: Uri.http('12','2'), );

luyi-word avatar Nov 16 '19 10:11 luyi-word

本地图和网络图都支持

droplet-js avatar Nov 16 '19 10:11 droplet-js

这个怎么写呀

luyi-word avatar Nov 18 '19 01:11 luyi-word

Uri如何加载base64位图片String呢?

hejiayang-github avatar Aug 16 '23 10:08 hejiayang-github