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=3854&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: 1745108649,
nonceStr: 'W2OXW8p0IFztIudo',
signature: '8e800618629d50e95d728f59a3ee51b481713c1e',
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\u533b\u9662\uff1a\u6765\u81ea2378\u516c\u91cc\u5916\u7684\u90a3\u4e00\u58f0\u611f\u8c22\u8ba9\u4eba\u6cea\u76ee","smalltext":"\u524d\u51e0\u65e5\u529e\u516c\u5ba4\u6536\u5230\u4e00\u4e2a\u5feb\u9012\uff0c\u6536\u4ef6\u4eba\u662f\u6566\u5316\u5e02\u533b\u9662\uff0c\u672c\u4ee5\u4e3a\u662f\u5404\u79cd\u6742\u5fd7\u4e66\u7c4d\uff0c\u7a7a\u95f2\u65f6\u6709\u4e9b\u6f2b\u4e0d\u7ecf\u5fc3\u7684\u62c6\u5f00\u3001\u3001\u3001\u3001\u3001\u3001\u7adf\u7136\u662f\u4e00\u4e2a\u6781\u5176\u7cbe\u81f4\u7684\u76f8\u6846\uff0c\u597d\u5947\u7684\u53bb\u5173\u6ce8\u4e0a\u9762\u7684\u5185\u5bb9\uff0c\u5f53\u6211\u6d4f\u89c8\u5b8c\u4e0a\u9762\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3854"};
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 () {
}
});
});
}