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=1636&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: 1749480481,
nonceStr: '6htVS2x5Zw9vlfM8',
signature: 'fbd8205a53250a63fdd570397488becfa1a7a082',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u63f4\u7586\u5e72\u90e8\u82cf\u745c\u820d\u5bb6\u5343\u91cc\u503e\u60c5\u63f4\u7586\uff0c\u5927\u4ed8\u51fa\u5927\u6536\u83b7","smalltext":"\u3000\u3000\u8fd1\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u8fdc\u8d74\u65b0\u7586\u5f00\u5c55\u7b2c\u4e03\u6279\u63f4\u7586\u5de5\u4f5c\u7684\u4ea7\u79d1\u4e3b\u7ba1\u62a4\u5e08\u82cf\u745c\u8f7d\u8a89\u5f52\u6765\u3002\u3000\u30002018\u5e748\u6708\uff0c\u82cf\u745c\u4f5c\u4e3a\u798f\u5efa\u7701\u7b2c\u4e03\u6279\u63f4\u7586\u533b\u7597\u961f\u961f\u5458\u6765\u5230\u65b0\u7586\u660c\u5409\u5dde\u547c\u56fe\u58c1\u53bf\u4eba\u6c11\u533b\u9662\u5c55\u5f00\u4e3a\u671f18\u4e2a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1636"};
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 () {
}
});
});
}