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=4430&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: 'pScSNMxqPoScS1j5',
signature: 'e7a0eb4022477b24f46aef0d61d5909c42c8e485',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u5b88\u5f97\u4e91\u5f00\u89c1\u6708\u660e","smalltext":"\u7ecf\u8fc7\u524d\u671f\u5404\u65b9\u7684\u4e0d\u61c8\u52aa\u529b\uff0c6\u670822\u65e5\uff0c\u521d\u5177\u96cf\u5f62\u7684\u95e8\u6e90\u53bf\u5065\u5171\u4f53\u900f\u6790\u4e2d\u5fc3\u7ec8\u4e8e\u8fce\u6765\u4e86\u9752\u6d77\u7701\u8840\u6db2\u51c0\u5316\u8d28\u63a7\u4e2d\u5fc3\u4e13\u5bb6\u4eec\u7684\u73b0\u573a\u6307\u5bfc\u3002\u7ecf\u8fc7\u5ea7\u8c08\u4e86\u89e3\u548c\u73b0\u573a\u8003\u5bdf\uff0c\u4e13\u5bb6\u4eec\u9ad8\u5ea6\u80af\u5b9a\u4e86\u6211\u4eec\u900f\u6790\u4e2d\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4430"};
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 () {
}
});
});
}