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=1320&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: 1761935594,
    nonceStr: '6KPw3u8lqEV2aZQ7',
    signature: '5a245cdd6f3d826fbbde458243651ed28f51fa6c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/94c310c110a99eb20a94b0394aa412cb.jpg","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\uff1a\u4f5b\u5c71\u9996\u5f20\u533b\u7597\u7535\u5b50\u7968\u636e\u5f00\u51fa\uff0c\u4eca\u540e\u5e02\u6c11\u5c31\u533b\u62a5\u9500\u66f4\u4fbf\u6377","smalltext":"11\u67085\u65e5\u4e0b\u5348\uff0c\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u5728\u95e8\u8bca\u5927\u5802\u4e3e\u884c\u533b\u7597\u7535\u5b50\u7968\u636e\u542f\u7528\u53d1\u5e03\u4f1a\u3002\u4eca\u540e\u5e02\u6c11\u5c31\u8bca\uff0c\u901a\u8fc7\u73b0\u573a\u81ea\u52a9\u670d\u52a1\u673a\u6216\u8005\u5fae\u4fe1\u6302\u53f7\u3001\u7f34\u8d39\u540e\uff0c\u65e0\u987b\u518d\u5230\u6536\u8d39\u7a97\u53e3\u6392\u961f\u6253\u5370\u7eb8\u8d28\u6536\u636e\uff0c\u53ef\u76f4\u63a5\u4ece\u624b\u673a\u4e2d\u63a5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1320"};
      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 () { 
          }
      });
  });
}