加在首页的js里
- //分享功能
-
- onShareAppMessage: function (res) {
-
- var shareimg = [
- "https://desk-fd.zol-img.com.cn/t_s960x600c5/g5/M00/01/01/ChMkJ1mhRcaISLHUAAaIAQtVJyoAAf_UAJK9e8ABogZ224.jpg",
- "https://desk-fd.zol-img.com.cn/t_s960x600c5/g5/M00/01/01/ChMkJ1mhRciIK04QAAPSUiTmb7UAAf_UAJRfggAA9Jq257.jpg",
- "https://desk-fd.zol-img.com.cn/t_s960x600c5/g5/M00/01/01/ChMkJ1mhRciIGHuyAAIISdSwzIYAAf_UAJ1MKkAAghh731.jpg"
- ]
- var randomImg = shareimg[Math.floor(Math.random() * shareimg.length)];
- return {
- title: '标题',
- desc: '文案',
- path: '路径',
- imageUrl: randomImg, // 可以更换分享的图片
- success: function (res) {
- // 转发成功
- wx.showToast({
- title: '分享成功',
- icon: "none"
- });
- },
- fail: function (res) {
- // 转发失败
- wx.showToast({
- title: '分享失败',
- icon: "none"
- })
- }
- }
- },
版权声明 1、本站所有资源来源于网络搜集和会员分享 2、本站所有程序仅供大家学习和参考,不得进行商业用途 3、如果觉得程序还可以、请购买官方正版 4、对不遵守本声明或其他违法、恶意使用本网站内容者,本网站保留追究其法律责任的权利。 唯一网址: https://bbs.zonghengtx.cn/thread-2552-1-1.html |