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=2485&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: 1762252468,
    nonceStr: 'Q7rPzjGzsDnZ10lp',
    signature: '707c93d590f3078990fea038803e82d349c9e863',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662\u9648\u542f\u5eb7\uff1a\u521b\u5efa\u5987\u5e7c\u6587\u5316\uff0c\u51dd\u5fc3\u805a\u529b\u7a81\u51fa\u201c\u5bb6\u201d","smalltext":"\u9648\u542f\u5eb7\uff0c\u7537\uff0c\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u3001 \u9662\u957f\uff0c\u9aa8\u5916\u79d1\u4e3b\u4efb\u533b\u5e08\uff0c\u7855\u58eb\u7814\u7a76\u751f\uff0c\u6bd5\u4e1a\u4e8e\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\uff0c\u5148\u540e\u4e8e\u7b2c\u4e00\u519b\u533b\u5927\u5b66\u9644\u5c5e\u73e0\u6c5f\u533b\u9662\u8fdb\u4fee\u795e\u7ecf\u5916\u79d1\u3001\u9aa8\u79d1\u3002\u4e34\u5e8a\u7ecf\u9a8c\u4e30\u5bcc\uff0c\u64c5\u957f\uff1a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2485"};
      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 () { 
          }
      });
  });
}