|
var sharePicture0 = Model.prototype.getImageUrl('./img/sharePic0.png');
var sharePicture1 = Model.prototype.getImageUrl('./img/sharePic1.png');
var sharePicture2 = Model.prototype.getImageUrl('./img/sharePic2.png');
plugins.socialsharing.shareVia("com.tencent.mm/com.tencent.mm.ui.tools.ShareToTimeLineUI", content, null, [sharePicture0,sharePicture1,sharePicture2], null);提示获取图片失败
|
|