微信小程序点击右上角三个点分享朋友圈,好友

// 发送朋友

onShareAppMessage() {
    const promise = new Promise(resolve => {
      setTimeout(() => {
        resolve({
          title: '自定义名称'
        })
      }, 2000)
    })
    return {
      title: '自定义名称',
      path: '/page/index',
      promise 
    }
  },


// 分享到朋友圈
onShareTimeline: function() {
		return {
			title: '云阅宝',
			query: '/page/index',
			imageUrl: '../img/logo.png',
		}
	},

  

posted @ 2021-11-05 17:34  WrYcF  阅读(677)  评论(0编辑  收藏  举报
Live2D