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=434&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: 1746209364,
nonceStr: '2277RVRcRpbIFyqo',
signature: '9e02577c727c54fb68aff031f9ec1b0370b07f3c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u83b7\u6e56\u5357\u7701\u7b2c\u516d\u3001\u4e03\u3001\u516b\u5c4a\u4f18\u79c0\u79d1\u666e\u4f5c\u54c1\u5956\u5927\u6ee1\u8d2f","smalltext":"5\u670818\u65e5\u4e0a\u5348\uff0c2019\u5e74\u6e56\u5357\u79d1\u6280\u6d3b\u52a8\u5468\u5728\u6e56\u5357\u519c\u4e1a\u5927\u5b66\u5927\u793c\u5802\u4e3e\u529e\u5f00\u5e55\u5f0f\u3002\u5168\u56fd\u4eba\u5927\u5e38\u59d4\u3001\u4e2d\u56fd\u5de5\u7a0b\u9662\u526f\u9662\u957f\u3001\u6c11\u76df\u4e2d\u592e\u526f\u4e3b\u5e2d\u3001\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u534f\u4f1a\u526f\u4e3b\u5e2d\u9093\u79c0\u65b0\uff0c\u7701\u4eba\u5927\u5e38\u59d4\u4f1a\u526f\u4e3b\u4efb\u6768","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=434"};
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 () {
}
});
});
}