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=4819&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: 1749194567,
nonceStr: 'abkH5Sc56GnIGMQk',
signature: '421b5268f38f9bd0fef0a970b29406a33e1b245c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662-\u6709\u62c5\u5f53\u3001\u6709\u4eba\u6587\u3001\u6709\u60c5\u6000\u7684\u5706\u68a6\u4eba\u2014\u2014\u6dd8\u5b9d\u5b9d\u533b\u7597\u5fd7\u613f\u961f","smalltext":"\u4e00\u3001\u201c\u6dd8\u5b9d\u5b9d\u533b\u7597\u5fd7\u613f\u961f\u201d\u7684\u7b80\u4ecb\uff081\uff09\u201c\u6dd8\u5b9d\u5b9d\u201d\u7684\u5bd3\u610f\u201c\u6dd8\u5b9d\u5b9d\u201d\u4ee3\u8868\u7740\u201c\u5b55\u80b2\u3001\u5e0c\u671b\u4e0e\u548c\u8c10\u201d\uff0c\u8c61\u5f81\u7740\u5b55\u80b2\u751f\u547d\u9700\u8981\u4e50\u89c2\u987d\u5f3a\u3001\u79ef\u6781\u8fdb\u53d6\u7684\u7cbe\u795e\uff0c\u5373\u53ef\u6dd8\u5230\u53ef\u7231\u7684\u201c\u5b9d\u5b9d\u201d\uff0c\u62e5\u6709\u7f8e\u6ee1\u548c\u8c10","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4819"};
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 () {
}
});
});
}