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=2288&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: 1747125071,
nonceStr: '1vztdVVcCuupdnyo',
signature: '9f8e01c3a431c38aca58a64d905166e0e43a0980',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u9633\u5e02\u6a2a\u5e97\u533b\u9662\uff1a\u6a31\u82b1\u5c06\u707f\uff0c\u96fe\u5c3d\u98ce\u6696 17\u540e\u518d\u6218\u75ab","smalltext":"\u4eca\u65e5\u6240\u8bb0\u5f55\u7684\uff0c\u5373\u4e3a\u4ed6\u65e5\u4e4b\u5386\u53f2\u3002\u8fc7\u53bb\u768440\u591a\u5929\uff0c\u662f\u6253\u4ed7\u4e00\u822c\u7684\u65e5\u5b50\u3002\u8c01\u4e5f\u6ca1\u6709\u6599\u5230\uff0c\u6211\u4eec\u5c06\u5ea6\u8fc7\u8fd9\u6837\u4e00\u4e2a\u5982\u6b64\u7279\u6b8a\u7684\u6625\u8282\u3002\u56de\u60f3\u4ece1\u670822\u65e5\u5f00\u59cb\u7684\u7ecf\u5386\uff0c\u81f3\u4eca\u90fd\u662f\u4e00\u79cd\u4e0d\u771f\u5b9e\u611f\uff0c03\u5e74\u975e\u5178\u4e34\u65f6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2288"};
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 () {
}
});
});
}