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=2621&classid=13&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: 1746165321,
nonceStr: 'QbxXxIPio14z414c',
signature: 'c843fa168ac45ecc857b26fe9307b3eeb7df5b57',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u8111\u79d1\u533b\u9662\u5fc3\u5883\u969c\u788d\u79d1\uff1a\u7528\u5fc3\u670d\u52a1\uff0c\u7528\u7231\u966a\u4f34","smalltext":"\u5357\u4eac\u8111\u79d1\u533b\u9662\u5fc3\u5883\u969c\u788d\u79d1\uff0c\u4f5c\u4e3a\u6c5f\u82cf\u7701\u536b\u5efa\u59d4\u6279\u51c6\u7684\u552f\u4e00\u7701\u7ea7\u6291\u90c1\u75c7\u4e13\u75c5\u8bca\u7597\u4e2d\u5fc3\uff0c\u4e00\u8d2f\u79c9\u627f\u201c\u4e00\u5207\u4e3a\u4e86\u75c5\u4eba\u201d\u7684\u533b\u9662\u5b97\u65e8\uff0c\u9ad8\u5ea6\u91cd\u89c6\u548c\u8df5\u884c\u4eba\u6587\u5173\u6000\u7406\u5ff5\uff0c\u5c06\u4eba\u6587\u8bca\u7597\u3001\u4eba\u6587\u62a4\u7406\u878d\u4e8e\u65e5\u5e38\u70b9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2621"};
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 () {
}
});
});
}