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=4737&classid=12&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: 1746164370,
nonceStr: 'GSFEA4cuQsUcGJBF',
signature: 'a63367563d7cadb663edd8ba060650102af170ff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5409\u6797\u5927\u5b66\u7b2c\u4e8c\u533b\u9662-\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u4efb\u9526\u533b\u751f","smalltext":"2020\u5e74\u8fd9\u4e2a\u6625\u8282\u6ce8\u5b9a\u4e0e\u5f80\u5e74\u4e0d\u540c\uff0c\u9762\u5bf9\u6765\u52bf\u6c79\u6c79\u7684\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\uff0c\u5168\u56fd\u5404\u5730\u7684\u533b\u9662\u90fd\u6d3e\u9063\u4e86\u533b\u7597\u961f\u6295\u5165\u5230\u4e86\u6297\u6218\u75ab\u60c5\u7684\u6218\u6597\u4e2d\u3002\u5728\u8fd9\u5343\u4e07\u6297\u75ab\u5927\u519b\u4e2d\uff0c\u5409\u6797\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4737"};
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 () {
}
});
});
}