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=2149&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: 1747122937,
nonceStr: 'AeSyNyOT5IrHZ8Uq',
signature: '3868ef410c8771eb78b135ea4fdda9169681e610',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662:\u53ea\u6709\u5fc3\u4e2d\u6709\u7231\uff0c\u624d\u80fd\u4f20\u9012\u5e78\u798f","smalltext":"2020\u5e74\u4f0a\u59cb\u5bf9\u4e8e\u6240\u6709\u533b\u52a1\u4eba\u5458\u6765\u8bf4\u90fd\u523b\u9aa8\u94ed\u5fc3\uff0c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\u7684\u8513\u5ef6\u7275\u52a8\u7740\u6240\u6709\u4eba\u7684\u5fc3\u5f26\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u5206\u6790\u7814\u5224\uff0c\u90e8\u7f72\u5b89\u6392\uff0c\u9762\u5bf9\u53d1\u70ed\u95e8\u8bca\u8d8a\u6765\u8d8a\u591a\u7684\u60a3\u8005\uff0c\u5e8a\u4f4d\u8d8b\u5411\u7d27\u5f20\uff0c\u9010\u6b65\u589e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2149"};
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 () {
}
});
});
}