码迷,mamicode.com
首页 > 微信 > 详细

小程序之 转发/分享

时间:2018-09-12 11:06:08      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:EAP   function   https   lan   默认   小程序   程序   get   tle   

//转发功能 
  onShareAppMessage: function () {
    return {
      title: ‘这里填写小程序的名字,如果不填写会默认当前小程序的名字,
      path: ‘这里填写分享出来的地址,如果不填写会默认当前页面‘
    }
  },

这个和data是同级的,更多参数

详情API:https://developers.weixin.qq.com/minigame/dev/api/share/wx.onShareAppMessage.html?search-key=onShareAppMessage

小程序之 转发/分享

标签:EAP   function   https   lan   默认   小程序   程序   get   tle   

原文地址:https://www.cnblogs.com/liancat/p/9633099.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!