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=5158&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: 1746147574,
nonceStr: 'YDzJm68hWfgOGVas',
signature: '0a2a9d20ec1495c088dc208e93762765bf83d8ad',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e5d\u65ec\u5a46\u5a46\u6d88\u5316\u9053\u7a7f\u5b54\uff0c\u533b\u62a4\u6089\u5fc3\u7167\u659923\u5929","smalltext":"97\u5c81\u9ad8\u9f84\u6d88\u5316\u9053\u7a7f\u5b54\u6162\u6027\u963b\u585e\u6027\u80ba\u75be\u75c5\u9ad8\u8840\u538b\u75c53\u7ea7\uff08\u6781\u9ad8\u5371\uff09\u51a0\u5fc3\u75c5\u5fc3\u5f8b\u5931\u5e38\u9635\u53d1\u6027\u5b8c\u5168\u6027\u623f\u5ba4\u4f20\u5bfc\u963b\u6ede\u4f34\u5fc3\u5ba4\u505c\u640f\u6162\u6027\u80c3\u708e\u75c5\u53f2\u9888\u690e\u75c5\u75c5\u53f2\u690e\u57fa\u5e95\u52a8\u8109\u4f9b\u8840\u4e0d\u8db3\u53ca\u8154\u9699\u6027\u8111\u6897\u585e\u75c5\u53f2\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5158"};
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 () {
}
});
});
}