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=3812&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: 1762249395,
    nonceStr: 'xuEdVGEOp8nn4ynQ',
    signature: '61cf23dc94846589861e84495fb1e7d70176d836',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u773c\u89c6\u5149\u773c\u79d1\u533b\u9662\uff1a\u6781\u901f\u5b9a\u5236  \u53ea\u4e3a\u4e00\u4e2a\u5e73\u51e1\u7684\u68a6\u60f3","smalltext":"     \u65e5\u524d\uff0c\u4e3a\u4e86\u5e2e\u52a9\u4e00\u540d\u7b14\u8bd5\u7b2c\u4e00\u540d\u4e14\u4f53\u80fd\u6d4b\u8bd5\u4f18\u79c0\u7684\u516c\u8003\u8fd1\u89c6\u60a3\u8005\u5b9e\u73b0\u68a6\u60f3\uff0c\u6b66\u6c49\u773c\u89c6\u5149\u773c\u79d1\u533b\u9662\u7279\u68c0\u79d1\u3001\u5c48\u5149\u79d1\u3001\u62a4\u7406\u90e8\u3001\u624b\u672f\u5ba4\u7b49\u591a\u90e8\u95e8\u534f\u4f5c\uff0c\u6210\u529f\u572827\u5c0f\u65f6\u5185\u5e2e\u60a3\u8005\u5b8c\u6210\u8fd1\u89c6\u624b\u672f\uff0c\u521b\u9020\u4e86\u533b\u9662ICL\u6676\u4f53\u690d\u5165\u672f\u4ece\u68c0\u67e5\u5230\u624b\u672f\u5b8c\u6210\u7684\u6700\u77ed\u65f6\u95f4\u8bb0\u5f55\uff01\r\n     \u66f4\u4e3a\u5173\u952e\u7684\u662f\uff0c\u60a3\u8005\u672f\u540e\u7b2c\u4e00\u5929\u53cc\u773c\u89c6\u529b\u5373\u8fbe\u52301.2\u4ee5\u4e0a\uff0c\u8fbe\u6807\u5b8c\u5168\u65e0\u788d\uff01","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3812"};
      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 () { 
          }
      });
  });
}