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=1225&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: 1746164796,
nonceStr: 'vqYYXwmdyWridA9p',
signature: '006323cbea423e1cc16d57422da194d2fac56760',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/e98b10730147bea9104ce14c8cc1e601.png","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u845b\u5747\u6ce2:\u52aa\u529b\u653b\u514b\u533b\u5b66\u96be\u9898 \u52c7\u6500\u533b\u5b66\u79d1\u6280\u521b\u65b0\u9ad8\u5cf0","smalltext":"8\u670819\u65e5\u4e0a\u534810\u65f6\u5728\u4eba\u6c11\u5927\u4f1a\u5802\u4e3e\u884c\u4e86\u201c2019\u5e74\u4e2d\u56fd\u533b\u5e08\u8282\u5148\u8fdb\u5178\u578b\u62a5\u544a\u4f1a\u201d\u3002\u62a5\u544a\u4f1a\u4e0a\uff0c\u4e2d\u79d1\u9662\u9662\u58eb\u3001\u767d\u6c42\u6069\u5956\u7ae0\u83b7\u5f97\u8005\u30012019\u5e74\u201c\u6700\u7f8e\u533b\u751f\u201d\u3001\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u5fc3\u5185\u79d1\u4e3b\u4efb\u3001\u4e0a\u6d77\u5e02\u5fc3\u8840\u7ba1\u75c5\u7814\u7a76\u6240\u6240\u957f\u845b\u5747\u6ce2\u4f5c\u4e86\u9898\u4e3a\u300a\u52aa\u529b\u653b\u514b\u533b\u5b66\u96be\u9898 \u52c7\u6500\u533b\u5b66\u79d1\u6280\u521b\u65b0\u9ad8\u5cf0\u300b\u7684\u62a5\u544a\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=1225"};
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 () {
}
});
});
}