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=1036&classid=4&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: 1741895863,
nonceStr: 'u1rmoLg139yZKI8H',
signature: 'a60e7a876abdc6ad80920b36814c800df2d97a72',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90af\u90f8\u5e02\u4e2d\u5fc3\u533b\u9662\u97e9\u7acb\u519b:\u79c0\u624d\u4e4b\u8def\uff0c\u4ece\u8fd9\u91cc\u5f00\u59cb","smalltext":"\u4e00\u4e2a\u4eba\u7684\u4ef7\u503c\uff0c\u4ee5\u53ca\u5bf9\u793e\u4f1a\u7684\u8d21\u732e\uff0c\u53ea\u6709\u5728\u627e\u51c6\u6b63\u786e\u7684\u4eba\u751f\u65b9\u5411\u65f6\uff0c\u624d\u80fd\u5145\u5206\u5730\u71c3\u70e7\u81ea\u5df1\u7684\u5149\u548c\u70ed\uff0c\u6dcb\u6f13\u5c3d\u81f4\u5730\u53d1\u6325\u81ea\u5df1\u7684\u80fd\u529b\u548c\u624d\u60c5\u3002\u503c\u5f97\u5e86\u5e78\u7684\u662f\uff0c\u6211\u53ca\u65f6\u627e\u5230\u4e86\u5750\u6807\uff0c\u627e\u5230\u4e86\u751f\u547d\u71c3\u70e7\u7684\u5e73\u53f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1036"};
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 () {
}
});
});
}