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=3273&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: 1745150548,
nonceStr: 'ZMJZmrAdNcGWeDRt',
signature: '1e40576abbdbaa667593eb20fbfc08833b139fa7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u201c\u4ee5\u8d2d\u4ee3\u6276\u201d \u52a9\u529b\u8131\u8d2b\u653b\u575a","smalltext":"5\u670814\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5de5\u4f1a\u5728\u9655\u897f\u7701\u5bcc\u5e73\u53bf\u5f00\u5c55\u201c\u4ee5\u8d2d\u4ee3\u6276\u201d\u4fc3\u8fdb\u519c\u6237\u589e\u6536\u6d3b\u52a8\u3002\u4ee5\u7cbe\u51c6\u91c7\u8d2d\u7684\u65b9\u5f0f\uff0c\u5e2e\u52a9\u8d2b\u56f0\u6237\u9500\u552e\u4ef7\u503c20\u4f59\u4e07\u5143\u7684\u82b1\u6912\u3001\u9762\u7c89\u3001\u91ce\u751f\u83cc\u7b49\u519c\u4ea7\u54c1\uff0c\u5e76\u53d1\u653e\u6bcf\u4f4d\u4f1a\u5458","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3273"};
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 () {
}
});
});
}