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=4212&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: 1762263352,
    nonceStr: 'MRtJy4TDydGQG8v6',
    signature: '83c888324683069489cd17812e215c5a2f157d7f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u8fd9\u4e2a\u56e2\u961f\u5168\u5fc3\u5b88\u62a4270\u540d\u900f\u6790\u60a3\u8005","smalltext":"   \u6162\u6027\u80be\u810f\u75c5\u7684\u53d1\u75c5\u7387\u5448\u9010\u5e74\u4e0a\u5347\u8d8b\u52bf\uff0c\u76ee\u524d\u53d1\u75c5\u7387\u5df2\u8fbe10%\u4ee5\u4e0a\uff0c\u751a\u81f3\u8d85\u8fc7\u7cd6\u5c3f\u75c5\u7684\u53d1\u75c5\u7387\uff0c\u8fbe\u5230\u7ec8\u672b\u671f\u80be\u810f\u75c5\u9700\u8981\u8fdb\u884c\u8840\u6db2\u900f\u6790\u7684\u5c3f\u6bd2\u75c7\u60a3\u8005\u4e5f\u5448\u4e95\u55b7\u5f0f\u7684\u589e\u957f\u3002\u6566\u5316\u5e02\u8303\u56f4\u5185\u76ee\u524d\u670930","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4212"};
      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 () { 
          }
      });
  });
}