function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
   var img =new Image(); 
   img.src='/e/extend/shareinfo/api/?act=leave&id=2543&classid=12&t=';	
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script); 
script.onload=function(){
  wx.config({
    debug: false,
    appId: 'wxad180590bbd7e222',
    timestamp: 1761905639,
    nonceStr: '0mobqTuGEEMPTwKm',
    signature: 'bec114adeea36c92a87e261c1ce7e186c939784b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u674e\u53cc\u5f1f\uff1a\u7ef4\u62a4\u5987\u5973\u7684\u751f\u80b2\u529b\u548c\u751f\u6b96\u5065\u5eb7","smalltext":"\u201c\u900f\u8fc7\u6bcf\u4e00\u5f20\u5e74\u8f7b\u7684\u9762\u5e9e\uff0c\u6211\u80fd\u611f\u53d7\u5230\u5979\u4eec\u7684\u65e0\u52a9\u3001\u70e6\u607c\u548c\u5f77\u5fa8\u3002\u6211\u5e0c\u671b\u4ee5\u6211\u6700\u5927\u7684\u52aa\u529b\uff0c\u907f\u514d\u5979\u4eec\u91cd\u8e48\u8986\u8f99\uff0c\u518d\u4e00\u6b21\u53d7\u4f24\u3002\u201d\u674e\u53cc\u5f1f\u5df2\u7ecf\u662f\u4ece\u4e8b\u5987\u79d1\u548c\u8ba1\u5212\u751f\u80b2\u79d1\u5de5\u4f5c20\u4f59\u5e74\u7684\u8001\u533b\u751f\u4e86\uff0c\u7136","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2543"};
      if(!WxShareInfo.url){
        WxShareInfo.url = window.location.href;
      }
      wx.onMenuShareTimeline({
          title: WxShareInfo.title, 
          link: WxShareInfo.url, 
          imgUrl: WxShareInfo.titlepic,
          success: function (e) { 
             BeautyToast('分享成功');
          },
          cancel: function () { 
          }
      });
      wx.onMenuShareAppMessage({
          title: WxShareInfo.title, 
          desc: WxShareInfo.smalltext,
          link: WxShareInfo.url, 
          imgUrl: WxShareInfo.titlepic, 
          type: '', 
          dataUrl: '', 
          success: function (e) { 
             BeautyToast('分享成功');
          },
          cancel: function () { 
          }
      });
      wx.onMenuShareQQ({
          title: WxShareInfo.title, 
          desc: WxShareInfo.smalltext, 
          link: WxShareInfo.url, 
          imgUrl: WxShareInfo.titlepic,
          success: function () { 
             BeautyToast('分享成功');
          },
          cancel: function () { 
          }
      });
  });
}