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=2918&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: 1746164884,
nonceStr: 'CeyxFbnoB3j38t9Z',
signature: '9958e3688851623b902102953cb51da7e9d1ae06',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u6253\u9020\u513f\u7ae5\u53cb\u597d\u578b\u533b\u9662","smalltext":" \u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u4f5c\u4e3a\u4e00\u5bb6\u4e09\u7ea7\u7532\u7b49\u513f\u7ae5\u4e13\u79d1\u533b\u9662\uff0c\u81f3\u4eca\u5df2\u670983\u5e74\u5386\u53f2\uff0c\u524d\u8eab\u662f1937\u5e74\u6210\u7acb\u7684\u201c\u4e0a\u6d77\u96be\u7ae5\u533b\u9662\u201d\uff0c\u6297\u6218\u65f6\u671f\u6551\u6cbb\u4e86\u65e0\u6570\u8d2b\u75c5\u96be\u7ae5\uff0c\u8fd9\u4f7f\u5f97\u533b\u9662\u5728\u5efa\u7acb\u4e4b\u521d\u5c31\u57cb\u4e0b\u4e86\u201c\u4eba\u6587\u3001\u516c\u76ca","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2918"};
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 () {
}
});
});
}