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=3681&classid=5&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: 1762266012,
    nonceStr: 'ToFdNDObKuA54YLM',
    signature: 'acb0aa920861c2371af756a1e5b01a25540420b0',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u6b21\u6700\u6e29\u6696\u3001\u6700\u4eba\u6587\u7684\u4eba\u6587\u5927\u8d5b,\u6ca1\u6709\u4e4b\u4e00","smalltext":"\u4e3a\u671f\u4e00\u4e2a\u591a\u6708\u7684\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u8def\u6f14\u5927\u8d5b\u65e9\u5df2\u843d\u4e0b\u4e86\u5e37\u5e55\uff0c\u53ef\u201c\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\uff0c\u6211\u4eec\u6765\u4e86\uff01\u201d\u90a3\u94ff\u9535\u7684\u5450\u558a\u58f0\u4eff\u4f5b\u8fd8\u5728\u8033\u8fb9\u56de\u54cd\u3002\u6bcf\u6bcf\u60f3\u8d77\u821e\u53f0\u4e0a\u90a3\u4e9b\u628a\u81ea\u5df1\u6f14\u54ed\u4e86\u7684\u6f14\u5458\u4eec\uff0c\u5c31\u8ba9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3681"};
      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 () { 
          }
      });
  });
}