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=5469&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: 1746128725,
nonceStr: '2LVBAhQbocGKRwIT',
signature: '60ef45dec2316e2e24151f9c8348ea0c4ec67701',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u6551\u52a9\u201c\u65e0\u540d\u6c0f\u5976\u5976\u201d","smalltext":"\u8fd1\u65e5\uff0c\u6211\u9662\u795e\u7ecf\u810a\u67f1\u5916\u79d1\u75c5\u623f\u4f4f\u7740\u4e00\u4f4d\u201c\u7279\u6b8a\u201d\u7684\u8111\u5916\u4f24\u60a3\u8005\uff0c\u8be5\u60a3\u8005\u662f\u4e00\u4f4d\u4e03\u5341\u591a\u5c81\u7684\u5976\u5976\uff0c\u88ab\u8def\u4eba\u53d1\u73b0\u6655\u5012\u5728\u8def\u8fb9\uff0c\u5728\u63a5\u5230\u6025\u6551\u7535\u8bdd\u540e\uff0c\u533b\u9662\u9662\u524d\u6025\u6551\u4eba\u5458\u7acb\u5373\u5c06\u5176\u63a5\u56de\u533b\u9662\uff0c\u9001\u5f80\u795e\u7ecf\u810a\u67f1\u5916","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5469"};
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 () {
}
});
});
}