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=6602&classid=14&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: 1746135210,
nonceStr: 'oepVtkkP04kJW0nP',
signature: '6cad83b09a70cdc59eb508589b8540020c2b54ce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u9047\u89c1\u5149\u3001\u9760\u8fd1\u5149\u3001\u6210\u4e3a\u5149\u3001\u6563\u53d1\u5149","smalltext":"\u4e00\u3001\u4e0e\u5149\u7684\u9082\u90052008\u5e74\uff0c\u6bcd\u4eb2\u906d\u9047\u4e25\u91cd\u7684\u8f66\u7978\uff0c\u5728\u56db\u5ddd\u534e\u897f\u533b\u9662\u9aa8\u79d1\u4f4f\u9662\u597d\u51e0\u4e2a\u6708\u3002\u6211\u7b2c\u4e00\u6b21\u8fd1\u8ddd\u79bb\u611f\u53d7\u5230\u533b\u751f\u7684\u529b\u91cf\u3002\u533b\u751f\u4e3a\u6bcd\u4eb2\u6e05\u521b\u65f6\uff0c\u6211\u603b\u662f\u7ad9\u5728\u75c5\u623f\u5c4f\u98ce\u7684\u540e\uff0c\u770b\u4e0d\u6e05\u6bcd\u4eb2\u75db\u82e6\u7684\u8868\u60c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6602"};
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 () {
}
});
});
}