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=5564&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: 1743703018,
nonceStr: 'IIKU2QX2dZmb4isQ',
signature: '02217ad2e962a5e7a97054d9f7d1c3ffc01c9059',
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\u559c\u8fce\u4e3d\u4eba\u8282\uff0c\u529e\u5b9e\u4e8b\u9001\u5065\u5eb7","smalltext":"\u4e3d\u4eba\u8282\u5230\u6765\u4e4b\u524d\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u515a\u59d4\u6df1\u5165\u8d2f\u5f7b\u515a\u7684\u4e8c\u5341\u5927\u7cbe\u795e\uff0c\u4ee5\u201c\u4e94\u8d5b\u4e94\u6bd4\u4e89\u4e94\u661f\u201d\u7684\u6602\u626c\u6fc0\u60c5\u6295\u5165\u5230\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u4e0a\uff0c\u5148\u540e\u5230\u673a\u5173\u3001\u793e\u533a\u3001\u72ec\u5c45\u8001\u4eba\u5bb6\u91cc\u4e3a\u767e\u4f59\u4f4d\u7fa4\u4f17\u9001\u5065\u5eb7\u9001\u670d\u52a1\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5564"};
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 () {
}
});
});
}