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=3905&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: 1745108651,
nonceStr: 'Lgihz4orehSTf0aO',
signature: '222ecf22e032c8f0d500346eb46cbe67b7298287',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u75be\u75c5\u4e0d\u518d\u53ef\u6015\uff0c\u6211\u4eec\u4e00\u8d77\u9762\u5bf9\uff01","smalltext":"\u6700\u8fd1\uff0c\u5728\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\u80bf\u7624\u5185\u79d1\u7684\u75c5\u623f\u91cc\u4e3e\u884c\u4e86\u4e00\u573a\u6696\u5fc3\u7684\u5e86\u795d\u751f\u65e5\u4eea\u5f0f\u3002\u201c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\u2026\u2026\u201d\u968f\u7740\u6e05\u8106\u60a6\u8033\u7684\u6b4c\u58f0\uff0c\u4e94\u75c5\u533a\u62a4\u58eb\u4eec\u8ddf\u968f\u62a4\u58eb\u957f\u65bd\u4e3d\u534e\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3905"};
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 () {
}
});
});
}