uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 2,
imageUrl:"https://img.centralbanknews.cn/file:///storage/emulated/0/Android/data/com.kandong/apps/UNIC426FD5/doc/uniapp_temp/compressed/1708479672040_mmexport1705387702829.jpg" ,
success: function (res) {
console.log("success:" + JSON.stringify(res));
},
fail: function (err) {
console.log("fail:" + JSON.stringify(err));
}
});
以上是代码
fail:{"errMsg":"share:fail [Share微信分享:-3]Unable to send, https://ask.dcloud.net.cn/article/287","errCode":-100,"code":-100}这是fail返回的东西,-3标识发送失败,为什么?
传播星球
- 发布:2024-02-21 09:47
- 更新:2024-02-21 11:28
- 阅读:230
传播星球 (作者)
对于那种过大的图片怎么压缩啊,uni.compressImage这个不能压缩网络图片
2024-02-21 15:49