友人や友人グループと共有するための Wechat ミニ プログラム

友人に転送する


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

友達の輪を共有する

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

おすすめ

転載: blog.csdn.net/m0_38007556/article/details/131659429