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=3457&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: 1746982374,
nonceStr: '93OpZG8llV3P9HYO',
signature: 'ba635314c08acb75d7d8a0f956609fd1c9466526',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u3001\u5947\u5c71\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u9a7b\u6821\u533b\u62a4\u7528\u7231\u5b88\u62a4\u5b69\u5b50\u590d\u5b66\u8def","smalltext":"\u201c\u75c5\u6bd2\u65e0\u60c5\uff0c\u4eba\u95f4\u6709\u7231\u201d\uff0c\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u3001\u5947\u5c71\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u7684\u9a7b\u6821\u533b\u62a4\u4eec\uff0c\u5728\u6821\u56ed\u5145\u5206\u53d1\u6325\u533b\u62a4\u4eba\u5458\u7684\u7279\u957f\uff0c\u7528\u7231\u4e0e\u8d23\u4efb\u4e3a\u5b88\u62a4\u5e08\u751f\u8eab\u4f53\u5065\u5eb7\u7b51\u8d77\u4e86\u4e00\u9053\u575a\u5b9e\u7684\u5c4f\u969c\uff0c\u8fdb\u4e00\u6b65\u63d0\u5347\u4e86\u9a7b\u6821\u533b\u62a4\u670d\u52a1\u5b9e\u6548\uff0c\u53d7\u5230\u4e86\u5b66\u6821\u8001\u5e08\u3001\u5b66\u751f\u3001\u548c\u5bb6\u957f\u7684\u4e00\u81f4\u80af\u5b9a\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3457"};
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 () {
}
});
});
}