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=3428&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: 1746983634,
nonceStr: 'eIHtaogGvtk9IAVT',
signature: '12b38267e2b8c7f69f0912cc8c2e345d6bb000f9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u5efa\u8bbe\u5174\u519c\u6751\uff0c\u7f8e\u5316\u65b0\u519c\u6751","smalltext":"6\u670817\u65e5\u4e0a\u5348\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u5404\u652f\u90e820\u4f59\u540d\u515a\u5458\u548c\u79ef\u6781\u5206\u5b50\u5fd7\u613f\u8005\u5230\u7cbe\u51c6\u6276\u8d2b\u5305\u4fdd\u6751\u5174\u519c\u6751\uff0c\u5f00\u5c55\u5e86\u795d\u5efa\u515a99\u5468\u5e74\u201c\u52a9\u519c\u5174\u519c\u7f8e\u5316\u5174\u519c\u6751\u5fd7\u613f\u670d\u52a1\u201d\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3428"};
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 () {
}
});
});
}