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=2760&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: 1749424995,
nonceStr: '2IfR9k9Kvlnpq4cW',
signature: '4c2dd9f602122f9a2c8294b8f13efc5e4384b270',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u6696\u5fc3\u670d\u52a1\uff0c\u795e\u7ecf\u5185\u79d1\u75c5\u623f\u4e3a\u8001\u9769\u547d\u5bb6\u8fc790\u5c81\u751f\u65e5","smalltext":"\u4e0a\u5468\u4e94\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u516d\u8679\u6865\u9662\u533a19\u697c\u795e\u7ecf\u5185\u79d11\u7684\u75c5\u623f\u91cc\uff0c\u597d\u50cf\u6709\u4ec0\u4e48\u4e0d\u540c\uff1f\u539f\u6765\u90a3\u5929\u662f\u79d1\u5ba4\u91cc\u4e00\u4f4d90\u5c81\u60a3\u8005\u7684\u751f\u65e5\uff0c\u79d1\u5ba4\u4e3b\u4efb\u8d75\u5a1c\u3001\u62a4\u58eb\u957f\u91d1\u5fae\u5fae\u5728\u80e1\u4e07\u534e\u4e3b\u4efb\u7684\u652f\u6301\u4e0b\uff0c\u643a\u4e3b\u7ba1\u62a4\u58eb\u53ca\u4e3b\u7ba1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2760"};
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 () {
}
});
});
}