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=4496&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: 1744318368,
nonceStr: 'K73gXvf6D7O4Q05M',
signature: 'c1b9e9992bdd999b7c9d00d3145d9556ebeeb40c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u8001\u5e74\u4eba\u53e3\u8154\u5065\u5eb7\u77e5\u8bc6\u8bb2\u5ea7","smalltext":"\u4e3a\u63d0\u9ad8\u793e\u533a\u8001\u5e74\u4eba\u53e3\u8154\u4fdd\u5065\u610f\u8bc6\uff0c\u517b\u6210\u826f\u597d\u7684\u53e3\u8154\u536b\u751f\u4e60\u60ef\uff0c\u8fd1\u65e5\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u7ec4\u7ec7\u533b\u52a1\u4eba\u5458\u5728\u5357\u53f0\u793e\u533a\u5f00\u5c55\u8001\u5e74\u4eba\u53e3\u8154\u5065\u5eb7\u77e5\u8bc6\u8bb2\u5ea7\u66a8\u5ba3\u4f20\u4e49\u8bca\u6d3b\u52a8\u3002\u8bb2\u5ea7\u73b0\u573a\uff0c\u533b\u9662\u53e3\u8154\u79d1\u4e3b\u6cbb\u533b\u5e08\u674e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4496"};
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 () {
}
});
});
}