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=2579&classid=11&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: 1746210372,
nonceStr: 'ddUbVU1BFiqkv9Ti',
signature: 'fd1ef3619c86a159af8d53af97818ceda1e863b9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fde\u4e91\u6e2f\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5439\u54cd\u201c\u7231\u00b7\u5987\u5e7c\u201d\u96c6\u7ed3\u53f7","smalltext":"\u8fd1\u5e74\u6765\uff0c\u8fde\u4e91\u6e2f\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4ee5\u63d0\u4f9b\u5168\u751f\u547d\u5468\u671f\u5065\u5eb7\u670d\u52a1\u4e3a\u7acb\u8db3\u70b9\uff0c\u4ee5\u4e3e\u529e\u60e0\u6c11\u516c\u76ca\u6d3b\u52a8\u4e3a\u5207\u5165\u70b9\uff0c\u6301\u7eed\u624e\u5b9e\u63a8\u8fdb\u4eba\u6587\u5efa\u8bbe\u3002\u81ea2015\u5e74\u5f00\u59cb\u7b56\u5212\u4e3e\u529e\u5168\u6c11\u516c\u76ca\u6027\u201c\u7231\u00b7\u5987\u5e7c\u201d\u7cfb\u5217\u6d3b\u52a8\uff0c\u4e94\u5e74\u6765","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2579"};
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 () {
}
});
});
}