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=2600&classid=11&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: 1746210126,
nonceStr: 'Y0J0NgojBiPBNJwa',
signature: 'ee625738ad05584ae0c6f82338014905563114f9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a \u5c06\u7eaa\u5ff5\u5efa\u966270\u5468\u5e74\u7cfb\u5217\u6d3b\u52a8\u6253\u9020\u6210\u4e00\u573a\u201c\u4e94\u5fc3\u201d\u6587\u5316\u76db\u5bb4","smalltext":"2019\u5e74\uff0c\u4e0e\u5171\u548c\u56fd\u540c\u9f84\u7684\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u548c\u4f1f\u5927\u7956\u56fd\u4e00\u540c\u8fce\u6765\u4e86\u81ea\u5df1\u768470\u534e\u8bde\u3002\u533b\u9662\u515a\u59d4\u5e76\u6ca1\u6709\u5c06\u8fd9\u6b21\u6d3b\u52a8\u7b80\u5355\u7684\u5c40\u9650\u4e3a\u533b\u9662\u81ea\u8eab\u7684\u4e00\u6b21\u5927\u578b\u6d3b\u52a8\uff0c\u800c\u662f\u4ee5\u533b\u9662\u5949\u732e\u793e\u4f1a\u3001\u5065\u5eb7\u6c11\u4f17\u7684\u5b97\u65e8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2600"};
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 () {
}
});
});
}