wuyongcong

// 发送朋友

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\',
		}
	},

  

分类:

技术点:

相关文章: