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=4121&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: 1745056760,
nonceStr: 'XckO1npgJtDCpCIc',
signature: 'c08aa1788521550f994c5dd3c430d3ab99957148',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u4e3d\u4eba\u8282\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u9001\u5065\u5eb7","smalltext":"\u4e09\u516b\u5987\u5973\u8282\u5373\u5c06\u6765\u4e34\uff0c\u4e3a\u63d0\u5347\u793e\u533a\u5973\u6027\u5c45\u6c11\u7684\u5065\u5eb7\u610f\u8bc6\uff0c3\u67084\u65e5\u4e0b\u5348\uff0c\u4e2d\u533b\u9662\u4e0e\u5357\u6e56\u793e\u533a\u8054\u5408\u5f00\u5c55\u201c\u5475\u62a4\u5065\u5eb7\uff0c\u7efd\u653e\u7f8e\u4e3d\u201d\u7ea2\u8272\u516c\u76ca\u65e5\u6d3b\u52a8\uff0c\u4e3a50\u4f59\u540d\u5c45\u6c11\u8fdb\u884c\u4e86\u5987\u79d1\u5f69\u8d85\u68c0\u67e5\u3001\u75be\u75c5\u4e49\u8bca\u3001\u4e2d\u533b\u628a\u8109\u3001\u8840\u538b\u6d4b\u91cf\u7b49\uff0c\u53d7\u5230\u5c45\u6c11\u7684\u70ed\u70c8\u6b22\u8fce\u548c\u597d\u8bc4\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4121"};
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 () {
}
});
});
}