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=2724&classid=10&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: 1743770634,
nonceStr: 'LY13vWj9w73ZeDuV',
signature: '3ed61dfa15fb41bda7a541e4ffaa3875ec18e8f1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u201c\u9095\u201d\u6709\u4eba\u6587\u7fc5\u8180\uff0c\u8d4b\u4e88\u5168\u7a0b\u5475\u62a4","smalltext":"\u9095\u6c5f\u4e4b\u6ee8\u4e3a\u6c11\u751f\uff0c\u78a7\u6c34\u4e4b\u7554\u8000\u7eff\u57ce\u3002\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4ee5\u201c\u6253\u9020\u4eba\u6587\u667a\u6167\u578b\u73b0\u4ee3\u5316\u5987\u5e7c\u4fdd\u5065\u9662\u201d\u4e3a\u613f\u666f\uff0c\u81f4\u529b\u4e8e\u4eba\u6587\u533b\u9662\u7684\u5efa\u8bbe\u4e0e\u79ef\u7d2f\uff0c\u5168\u9662\u804c\u5de5\u4ee5\u201c\u6e29\u60c5\u670d\u52a1\uff0c\u5168\u7a0b\u5475\u62a4\u201d\u4e3a\u670d\u52a1\u7406\u5ff5\uff0c\u4ee5\u7cbe\u7ec6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2724"};
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 () {
}
});
});
}