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=1048&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: 1749447920,
nonceStr: 'vP5JuWjeRnmdgPNc',
signature: 'f29d009ff13c6662775fcc180cea10d713dfe5ce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\uff1a\u5165\u9009\u56fd\u5bb6\u4e2d\u533b\u836f\u7ba1\u7406\u5c40\u533a\u57df\u4e2d\u533b\u8bca\u7597\u4e2d\u5fc3\uff08\u58ee\u533b\uff09\u5efa\u8bbe\u5355\u4f4d","smalltext":"8\u670827\u65e5\uff0c\u56fd\u5bb6\u4e2d\u533b\u836f\u7ba1\u7406\u5c40\u533a\u57df\u4e2d\u533b\u8bca\u7597\u4e2d\u5fc3\uff08\u58ee\u533b\uff09\u5efa\u8bbe\u542f\u52a8\u4f1a\u53ca\u8054\u76df\u6210\u5458\u5355\u4f4d\u6388\u724c\u4eea\u5f0f\u5728\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u4e3e\u884c\uff0c\u8fd9\u610f\u5473\u7740\u5e7f\u897f\u58ee\u533b\u836f\u529b\u91cf\u6709\u4e86\u6574\u5408\u3001\u63d0\u5347\u7684\u201c\u5b98\u65b9\u201d\u5e73\u53f0\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1048"};
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 () {
}
});
});
}