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=5306&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: 1746147574,
nonceStr: 'UzzLiyfoTVqdUpmF',
signature: '561af9b1bb9b6eb56c4534ae9b373c9dc0ea1f39',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u542c\u542c\u51e4\u533b\u9752\u5e74\u7684\u6218\u201c\u75ab\u201d\u5fc3\u58f0\uff01","smalltext":"2022\u5e74\u6625\uff0c\u65b0\u51a0\u75ab\u60c5\u518d\u6b21\u6270\u4e71\u4e86\u6211\u4eec\u7684\u6b63\u5e38\u751f\u6d3b\uff0c\u5728\u4e0a\u7ea7\u515a\u7ec4\u7ec7\u7684\u575a\u5f3a\u9886\u5bfc\u4e0b\uff0c\u6211\u9662\u515a\u603b\u652f\u56e2\u7ed3\u5e26\u9886\u5168\u9662\u515a\u5458\u5e72\u90e8\u804c\u5de5\u8ba4\u771f\u843d\u5b9e\u4e0a\u7ea7\u5404\u9879\u51b3\u7b56\u90e8\u7f72\uff0c\u5168\u529b\u4ee5\u8d74\u6295\u8eab\u5230\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u4e2d\u3002\u515a\u65d7\u6240\u6307","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5306"};
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 () {
}
});
});
}