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=1130&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: 1747124101,
nonceStr: 'vRL03j86bZcyx614',
signature: 'ad02a5e4d456ad01aedc92d702ff786f293575fc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662:\u9662\u957f\u5c06\u5c97\u4f4d\u6743\u5229\u6388\u6743\u4e0b\u653e","smalltext":"\u4e3a\u4e86\u6784\u5efa\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u5236\u5ea6\uff0c\u8fdb\u4e00\u6b65\u63d0\u5347\u533b\u9662\u7efc\u5408\u7ba1\u7406\u6c34\u5e73\uff0c\u589e\u5f3a\u6267\u884c\u610f\u8bc6\u548c\u8d23\u4efb\u610f\u8bc6\uff0c\u8fd1\u65e5\uff0c\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\u4e3e\u884c\u4e86\u9662\u7ea7\u5c97\u4f4d\u9010\u7ea7\u6388\u6743\u7b7e\u5b57\u4eea\u5f0f\u3002\u533b\u9662\u5168\u4f53\u9886\u5bfc\u73ed\u5b50\u53ca500\u4f59\u540d\u5e72\u90e8\u804c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1130"};
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 () {
}
});
});
}