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=4500&classid=11&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: 1741946049,
nonceStr: '3csHZj80qDspHUPv',
signature: 'f20fe1be8005823c3edefcec6a01e24c81c9adfa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662-\u533b\u52a1\u793e\u5de5\u8111\u5352\u4e2d\u5c0f\u7ec4\u6d3b\u52a8\uff0c\u751f\u5982\u590f\u82b1\uff0c\u5996\u51b6\u5982\u706b","smalltext":"\u6211\u76f8\u4fe1\u81ea\u5df1\u3002\u751f\u6765\u5982\u540c\u7480\u74a8\u7684\u590f\u65e5\u4e4b\u82b1\u3002\u4e0d\u51cb\u4e0d\u8d25\uff0c\u5996\u51b6\u5982\u706b\u3002\u627f\u53d7\u5fc3\u8df3\u7684\u8d1f\u8377\u548c\u547c\u5438\u7684\u7d2f\u8d58\u3002\u4e50\u6b64\u4e0d\u75b2\u30021\u4eba\u60c5\u7684\u6e29\u6696\u3001\u4eba\u6027\u7684\u201c\u5728\u573a\u201d\u3001\u4e92\u76f8\u652f\u6491\u7684\u529b\u91cf\u2014\u2014\u201c\u4e43\u77e5\u5929\u58e4\u95f4\uff0c\u4f55\u4eba\u4e0d\u6e05","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4500"};
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 () {
}
});
});
}