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=5310&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: 1743764377,
nonceStr: 'EYcJEClRAvtplrPB',
signature: '9437bc97ea0f2e49e6951f7a0d2ca27a8d9d7a8f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5f3a\u5316\u515a\u5efa\u5f15\u9886 \u8d2f\u901a\u4eba\u6587\u5efa\u8bbe","smalltext":"\u4e2d\u56fd\u5de5\u7a0b\u9662\u9662\u58eb\u674e\u5170\u5a1f\u5728\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\u4e2d\u8868\u793a\uff1a\u201c\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4e4b\u540e\uff0c\u6211\u4eec\u7684\u533b\u52a1\u4eba\u5458\u65e2\u662f\u4e00\u7ebf\u6218\u58eb\uff0c\u4e5f\u662f\u60a3\u8005\u8eab\u8fb9\u7684\u7167\u987e\u8005\u3002\u533b\u60a3\u4e00\u5fc3\uff0c\u662f\u6211\u4eec\u8d62\u5f97\u6297\u75ab\u80dc\u5229\u7684\u57fa\u77f3\u3002\u201d\u4e00\u76f4\u4ee5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5310"};
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 () {
}
});
});
}