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=596&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: 1746312685,
nonceStr: 'fzAIyWJW41A2fzpl',
signature: '7b761ff41ed566273298ef83a80bdca396a00e3d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u62a4\u58ebCP\u5408\u529b\u201c\u6276\u59bb\u201d","smalltext":"\u5de5\u4f5c\u7e41\u5fd9\u768490\u540e\u592b\u59bb\uff0c\u5f97\u7a7a\u4e24\u4eba\u90fd\u4f11\u606f\uff0c\u4ed6\u4eec\u4f1a\u505a\u4e9b\u4ec0\u4e48\u5462\uff1f\u770b\u7535\u5f71\u3001\u901b\u8857\u3001\u90ca\u6e38\u8fd8\u662f\u2026\u2026\u597d\u4e0d\u5bb9\u6613\u7684\u4f11\u606f\u65e56\u67088\u65e5\u6b63\u503c\u7aef\u5348\u8282\u5047\u671f\uff0c\u5bf9\u4e8e\u5927\u591a\u6570\u4eba\u6765\u8bf4\u8fd9\u53ea\u662f\u4e00\u4e2a\u548c\u98ce\u4e60\u4e60\uff0c\u9633\u5149\u707f\u70c2\u7684\u5468\u672b\uff0c\u4f46","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=596"};
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 () {
}
});
});
}