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=4718&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: 1746153769,
nonceStr: '4jLejhE9kmvjyncD',
signature: '101c87d2513fa3332155f622469f7a46b7e77a86',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662-\u56fd\u533b\u5927\u5e08\u97e6\u8d35\u5eb7\u6559\u6388","smalltext":"\u97e6\u8d35\u5eb7\uff0c1938\u5e7410\u6708\u751f\u4e8e\u5e7f\u897f\u5bbe\u9633\u53bf\u9ad8\u7530\u4e61\u65b0\u9633\u6751\uff0c1960\u5e74\u5149\u8363\u5730\u52a0\u5165\u4e86\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u6210\u4e3a\u5927\u5b66\u7b2c\u4e00\u5b66\u671f\u5c31\u88ab\u6279\u51c6\u52a0\u5165\u515a\u7ec4\u7ec7\u7684\u5c11\u6570\u5b66\u751f\u4e4b\u4e00\u30021964\u5e74\u4ece\u6cb3\u5357\u5e73\u4e50\u6b63\u9aa8\u5b66\u9662\u6bd5\u4e1a\u540e\uff0c\u4ed6\u5206\u914d\u5230\u5e7f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4718"};
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 () {
}
});
});
}