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=4012&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: 1745056409,
nonceStr: 'AMcgiA9FMPDVmz2E',
signature: '7389b07e8e07006ce008155b2f98fa3a89cd0ebe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a51\u8f7d\u97f6\u534e\uff0c\u4ece\u201c\u8d64\u811a\u533b\u751f\u201d\u5230\u5916\u79d1\u4e13\u5bb6","smalltext":"\uff08\u4e00\uff09\u4ed6\u662f\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u7684\u540c\u9f84\u4eba\u3002\u4ed6\u51fa\u751f\u90a3\u5e74\uff0c\u6070\u9022\u65b0\u4e2d\u56fd\u6210\u7acb\u3002\u90a3\u4e2a\u65f6\u5019\uff0c\u7956\u56fd\u5404\u9879\u4e8b\u4e1a\u767e\u5e9f\u5f85\u5174\uff0c\u5065\u5eb7\u4e8b\u4e1a\u4e5f\u5904\u5728\u574e\u5777\u7684\u5efa\u8bbe\u9636\u6bb5\u3002\u533b\u9662\u5c11\u3001\u533b\u751f\u5c11\u3001\u7269\u8d28\u6761\u4ef6\u532e\u4e4f\u3002\u5728\u4ed6\u5e7c\u5e74\u7684\u8bb0\u5fc6\u91cc","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4012"};
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 () {
}
});
});
}