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=590&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: 1746314603,
nonceStr: '9MBrFx9I8OgFoyGJ',
signature: 'c6f7a9df35f5a56d036d07fa3bbc9357d30a9658',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\uff1a\u7236\u4eb2\u8282\u2014\u533b\u4e8c\u4ee3\u7231\u7684\u8868\u8fbe","smalltext":"\u6709\u4eba\u8bf4\uff1a\r\n\r\n\u505a\u597d\u4e00\u540d\u533b\u751f\u5c31\u6ca1\u529e\u6cd5\u505a\u4e00\u540d\u597d\u7238\u7238\uff0c\r\n\r\n\u60f3\u8981\u503e\u6ce8\u7cbe\u529b\u5728\u5de5\u4f5c\u4e0a\u5c31\u6ca1\u529e\u6cd5\u7ed9\u5bb6\u4eba\u66f4\u591a\u5730\u966a\u4f34\u3002\r\n\r\n\u8fd8\u6709\u4eba\u8bf4\uff1a\r\n\r\n\u505a\u4e00\u540d\u597d\u533b\u751f\u3001\u505a\u4e00\u540d\u597d\u7238\u7238\u662f\u77db\u76fe\u7684\u3002\r\n\r\n\u6211\u4eec\u627e\u5230\u4e86\u51e0\u4f4d\u533b\u4e8c\u4ee3\uff0c\r\n\r\n\u53bb\u8046\u542c\u4e00\u4e0b\u5979\u4eec\u5fc3\u4e2d\u7238\u7238\u7684\u7231\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=590"};
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 () {
}
});
});
}