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=4025&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: 1745056304,
nonceStr: 'vgOHnC3E3OIahgS6',
signature: '1f32dc8a3d43f174f12404620a74f31ca035e9c9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u575a\u5b88\u9694\u79bb\u70b9\u4e09\u4e2a\u6708 \u533b\u751f\u53ea\u80fd\u8fd9\u6837\u526a\u5934\u53d1","smalltext":"\u75ab\u60c5\u5f53\u524d\uff0c\u96c6\u4e2d\u9694\u79bb\u533b\u5b66\u89c2\u5bdf\u70b9\u53ef\u4ee5\u8bf4\u662f\u8ba9\u4eba\u95fb\u4e4b\u8272\u53d8\u7684\u201c\u6297\u75ab\u201d\u6700\u524d\u7ebf\u4e4b\u4e00\uff0c\u5f88\u591a\u4eba\u7ecf\u8fc7\u90a3\u91cc\u53ef\u80fd\u90fd\u4f1a\u7ed5\u7740\u8d70\uff0c\u4f46\u8fd8\u662f\u6709\u4e00\u7fa4\u4eba\uff0c\u9ed8\u9ed8\u5730\u5728\u90a3\u91cc\u575a\u5b88\uff0c\u5145\u5f53\u7740\u7ef4\u62a4\u5b89\u5168\u7684\u6700\u540e\u4e00\u9053\u9632\u7ebf\u2026\u2026\u6566\u5316","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4025"};
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 () {
}
});
});
}