微信小程序分享好友及朋友圈

转发给朋友


onShareAppMessage(){
	return{
		title:'甜滋滋小程序',
		path:'/index/index',
		imageUrl:'',
		success:(res)=>{
						
		}
	}
},

分享朋友圈

onShareTimeline: function () {
	 return {
		 title: '',
		 query: {
			 key: ''
		  },
		 imageUrl: ''
   }
},

猜你喜欢

转载自blog.csdn.net/m0_38007556/article/details/131659429