onShareAppMessage 怎么判断是否分享成功呢?

小程序 文章 2022-03-18 16:00 2183 0 全屏看文

AI助手支持GPT4.0

onShareAppMessage 怎么判断是否分享成功呢?How does onShareAppMessage judge whether the sharing is successful?

onShareAppMessage 怎么判断是否分享成功呢?

success:function 方法没有办法监听分享成功事件呢, 想记录一下文章分享的次数

// 自定义分享

onShareAppMessage() {

let _this = this;

_this.share();


    return {

      title: this.articleInfo.title,

      path: '/pagesA/articleDetail/articleDetail?id=' + this.articleInfo.id,

      imageUrl: this.articleInfo.image,

  success:function(res) {

  _this.share();

  },

  fail: function () {

  uni.showToast({

title: '分享失败',

icon: 'none',

duration: 2000

  });

  },

  complete: function (c) {

  },

  

    }

},

success:function 方法没有办法监听分享成功事件呢, 想记录一下文章分享的次数 // 自定义分享 onShareAppMessage() { let _this = this; _this.share(); return { title: this.articleInfo.title, path: '/pagesA/articleDetail/articleDetail?id=' + this.articleInfo.id, imageUrl: this.articleInfo.image, success:function(res) { _this.share(); }, fail: function () { uni.showToast({ title: '分享失败', icon: 'none', duration: 2000 }); }, complete: function (c) { }, } },

回答:

社区技术运营专员-Jahozheng:

不支持此功能。

星儿:谢谢
星儿:谢谢
八九:

判断不了

星儿:谢谢
星儿:谢谢
青寒:

官方早就特意取消了分享结果提供。

你无法获知用户是否已成功完成了分享。

星儿:谢谢
星儿:谢谢

-EOF-

AI助手支持GPT4.0


国内超级便宜服务器

摸鱼人热门新闻聚合

钻级赞助商 我要加入

开发者在线工具

第三方支付技术请加QQ群

相关文章
个人主体的小程序审核是不是优先级低?
文字无法居中,安卓IOS兼容?
数据格式哪里出错了了呢?
微信小程序可以自定义扫码页面吗?
如何从零建立一个小小小程序?
随便看看
怎么添加小程序支付功能? 4516
教育科技公司申请微信支付被拒绝? 4798
微信公众号免300认证教程 5892
小程序已经上线,作为管理员无法在小程序数据助手查看数据? 5299
小程序广告组件通过审核,但是小程序内没有显示广告? 5067
企业微信通讯录账号被管理员误/恶意删除,怎么办? 9568
问题? 9047
如何快速搭建抽奖助手小程序(无需代码知识) 6177
许涛 大哥在吗, 要解冻小程序的时候提示信息主体不一致, 能帮忙看下吗? 7471
小程序搜一搜全称搜索不显示 麻烦解决一下!谢谢 6792