export default{
    data(){
        return {
           //设置默认的分享参数
           //如果页面不设置share,就触发这个默认的分享
            // share:{
            //     title:'中志教育',
            //     path:'/pages/index/index?id='+uni.getStorageSync('parentid'),
            //     imageUrl:'/static/images/yzxz.png',
            //     desc:'',
            //     content:''
            // }
        }
    },
  //   onShareAppMessage(res) {
  //       return {
  //           title:this.share.title,
  //           path:this.share.path,
  //           imageUrl:this.share.imageUrl,
  //           desc:this.share.desc,
  //           content:this.share.content,
  //           success(res){
  //               uni.showToast({
  //                   title:'分享成功'
  //               })
  //           },
  //           fail(res){
  //               uni.showToast({
  //                   title:'分享失败',
  //                   icon:'none'
  //               })
  //           }
  //       }
  //   },
	 // onShareTimeline(res) {//分享到朋友圈
	 //       return {
	 //           title:this.share.title,
	 //           path:this.share.path,
	 //           imageUrl:this.share.imageUrl,
	 //           desc:this.share.desc,
	 //           content:this.share.content,
	 //           success(res){
	 //               uni.showToast({
	 //                   title:'分享成功'
	 //               })
	 //           },
	 //           fail(res){
	 //               uni.showToast({
	 //                   title:'分享失败',
	 //                   icon:'none'
	 //               })
	 //           }
	 //       }
	 //    },
}