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=1883&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: 1761903192,
    nonceStr: 'GCtsNkYAGCUpZjro',
    signature: 'ddce678e3b650806f38bfe9d5cc6ed89abb54b76',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fde\u4e91\u6e2f\u5e02\u4e8c\u9662:\u4e09\u4f4d\u533b\u751f\u51cc\u6668\u8fdb\u5165\u6b66\u6c49\u65b9\u8231\u533b\u9662","smalltext":"\u201c\u6211\u4eec\u5c06\u4e8e\u51cc\u6668\u6b63\u5f0f\u8fdb\u9a7b\u65b9\u8231\u533b\u9662\uff0c\u91cc\u9762\u6761\u4ef6\u4f1a\u5f88\u8270\u82e6\uff0c\u4f46\u6211\u4eec\u6709\u4fe1\u5fc3\u4e00\u5b9a\u80fd\u591f\u5706\u6ee1\u5b8c\u6210\u4efb\u52a1\uff01\u201d2\u670813\u65e521\u65f630\u5206\uff0c\u8fde\u4e91\u6e2f\u5e02\u63f4\u6e56\u5317\u533b\u7597\u961f\u4e34\u65f6\u515a\u652f\u90e8\u4e66\u8bb0\u3001\u8fde\u4e91\u6e2f\u5e02\u4e8c\u9662\u7d27\u6025\u6551\u63f4\u6e56\u5317\u533b\u7597","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1883"};
      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 () { 
          }
      });
  });
}