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=5550&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: 1746134611,
nonceStr: '1kmzPLD0rL1HZVlQ',
signature: 'cac27a904f3613cf155723cacae11f31a02c4fb9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6d8c\u52a8\u7684\u60c5 \u6d41\u6dcc\u7684\u7231","smalltext":"\u201c@\u6240\u6709\u4eba \u60a3\u8005\u0425\u0425\u0425\uff0c\u76ee\u524d\u5728\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6d88\u5316\u5185\u79d1\u0425\u5e8a\u6551\u6cbb\uff0c\u6025\u9700O\u578b\u8840\u2026\u2026\u8054\u7cfb\u4eba\uff1a\u0425\u0425\u0425\uff01\u201d2022\u5e747\u6708\u76db\u590f\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6025\u6551\u4e2d\u5fc3\u53f8\u673a\u6587\u4e00\u654f\u6b63\u5728\u524d\u5f80\u5174\u5e73\u51fa\u8bca\u7684\u8def\u4e0a\uff0c\u624b\u673a\u5fae\u4fe1\u7fa4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5550"};
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 () {
}
});
});
}