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=4130&classid=9&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: 1743632791,
nonceStr: '6hVJqkU9HgqGDrjV',
signature: '9cb242be1089eaeb59f83ea71aa37587f25a4720',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u80e1\u4e66\u5b5d\uff1a\u4eba\u6587\u54c1\u8d28\u662f\u73b0\u4ee3\u533b\u9662\u6838\u5fc3\u7ade\u4e89\u529b","smalltext":"\u968f\u7740\u4eba\u6c11\u751f\u6d3b\u6c34\u5e73\u7684\u63d0\u9ad8\u4ee5\u53ca\u5065\u5eb7\u610f\u8bc6\u4e0e\u89c2\u5ff5\u7684\u589e\u5f3a\uff0c\u6fc0\u53d1\u8d77\u4e86\u4eba\u6c11\u7fa4\u4f17\u591a\u5c42\u6b21\u3001\u591a\u6837\u5316\u7684\u5065\u5eb7\u9700\u6c42\uff0c\u4ece\u770b\u5f97\u8d77\u75c5\uff0c\u5230\u770b\u5f97\u4e0a\u75c5\u518d\u5230\u770b\u5f97\u597d\u75c5\uff0c\u60a3\u8005\u5bf9\u533b\u5b66\u3001\u533b\u751f\u548c\u5c31\u533b\u73af\u5883\u7684\u671f\u671b\u503c\u65e5\u76ca\u589e\u52a0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=4130"};
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 () {
}
});
});
}