Wechat mini program to share with friends and circle of friends

forward to a friend


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

share circle of friends

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

Guess you like

Origin blog.csdn.net/m0_38007556/article/details/131659429