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=3112&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: 1747118184,
nonceStr: 'nR4ye2DdnoY7YUGl',
signature: '8290a041b4144baed6e22b417813d2509da326db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6218\u75ab\u6709\u65b9\uff1a\u5357\u79d1\u5927\u533b\u9662\u201c\u52a0\u51cf\u4e58\u9664\u201d\u6cd5\u6253\u597d\u75ab\u60c5\u9632\u63a7\u6218","smalltext":"\u8fde\u591c\u817e\u7a7a\u75c5\u623f\uff0c\u5f00\u8f9f6\u4e2a\u75c5\u533a\uff0c90 \u5f20\u75c5\u5e8a\uff0c108\u540d\u533b\u52a1\u4eba\u5458\u53d7\u547d\u6218\u75ab\uff0c\u5c06\u5357\u5c71\u533a\u53d1\u70ed\u547c\u5438\u9053\u611f\u67d3\u60a3\u8005\u9001\u5230\u8fd9\u91cc\u6765\u2026\u20262020\u5e74 2\u67082\u65e5\uff0c\u6df1\u5733\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5f62\u52bf\u4e25\u5cfb\u7684\u65f6\u5019\uff0c\u843d\u5b9e\u5357\u5c71\u533a\u201c\u56db\u4e2a\u96c6\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3112"};
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 () {
}
});
});
}