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=2915&classid=13&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: 1746165963,
nonceStr: '3LvSJ8NAgCrJHREd',
signature: 'e1a9a500ef93b4a3f587da3dfdb43936aa3b9f8e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u516c\u5171\u536b\u751f\u4e34\u5e8a\u4e2d\u5fc3\u62a4\u7406\u90e8\uff1a\u70b9\u4eae\u5065\u5eb7\u7684\u706f\u5854","smalltext":"\u675c\u53cb\u5170\u535a\u58eb\u8ba4\u4e3a"\u5173\u7231"\u662f\u4e00\u79cd\u4eba\u6027\uff0c\u662f\u4e00\u79cd\u4f26\u7406\u7684\u7ae0\u7a0b\uff0c\u662f\u4e00\u79cd\u60c5\u611f\uff0c\u662f\u4e00\u79cd\u4eba\u4e0e\u4eba\u4e4b\u95f4\u7684\u4eba\u9645\u5173\u7cfb\uff0c\u662f\u4e00\u79cd\u62a4\u7406\u4ecb\u5165\u3002\u4eba\u6587\u5173\u6000\u662f\u62a4\u7406\u4e13\u4e1a\u7684\u6838\u5fc3\u548c\u7cbe\u9ad3\uff0c\u7f8e\u56fd\u5b66\u8005Leninger\u535a\u58eb\u8ba4\u4e3a\uff0c\u6ca1\u6709\u5173\u6000","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2915"};
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 () {
}
});
});
}