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=3909&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: 1745108773,
nonceStr: 'czbqgKrpHo0PFavt',
signature: 'c915bec7561eeb9540ba259163f7322cb72921f3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662:\u75ab\u60c5\u9632\u63a7\u77e5\u8bc6\u8fdb\u6821\u56ed","smalltext":"\u4e3a\u63d0\u9ad8\u5b66\u751f\u7684\u75ab\u60c5\u9632\u63a7\u77e5\u8bc6\u50a8\u5907\uff0c\u589e\u5f3a\u4e2a\u4eba\u9632\u62a4\u610f\u8bc6\uff0c\u8fd1\u65e5\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u515a\u5458\u533b\u52a1\u5de5\u4f5c\u8005\u8d70\u8fdb\u70df\u53f0\u5e02\u829d\u7f58\u533a\u51e4\u51f0\u53f0\u5c0f\u5b66\u4e3a\u540c\u5b66\u4eec\u8bb2\u6388\u4e86\u4e00\u5802\u751f\u52a8\u7684\u5065\u5eb7\u77e5\u8bc6\u8bb2\u5ea7\uff0c\u4f20\u64ad\u75ab\u60c5\u9632\u63a7\u77e5\u8bc6\uff0c\u5171\u5efa\u5e73","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3909"};
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 () {
}
});
});
}