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=1972&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: 1749447385,
nonceStr: 'fC30pd5pjsBZM9F4',
signature: '2ab9c8ca6c54a28cadb12c90aed3ab58524d2008',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u75ab\u60c5\u9632\u63a7\uff0c\u201c\u653e\u5c04\u4eba\u201d\u5728\u884c\u52a8","smalltext":"\u8fde\u65e5\u6765\uff0c\u4e3a\u4e86\u505a\u597d\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u8ba9\u6bcf\u4e00\u4f4d\u60a3\u8005\u53ef\u4ee5\u5b89\u5fc3\u63a5\u53d7\u8bca\u7597\u670d\u52a1\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u5236\u5b9a\u4e86\u4e00\u7cfb\u5217\u9662\u611f\u76f8\u5173\u89c4\u5b9a\u3002\u6839\u636e\u56fd\u5bb6\u536b\u5065\u59d4\u5bf9\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u9632\u63a7\u8981\u6c42\u53ca\u8be5\u9662\u76f8\u5173\u89c4\u5b9a\uff0cX","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1972"};
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 () {
}
});
});
}