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=4715&classid=10&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: 1743764585,
nonceStr: '3jQaumqeOM5Er60A',
signature: '42755a73fd7867770593c5de076605eedcdda34e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u542f\u4e1c\u5e02\u4eba\u6c11\u533b\u9662-\u5973\u9ad8\u77e5\u6c99\u9f99\u51dd\u805a\u5dfe\u5e3c\u529b\u91cf\uff0c\u5171\u5efa\u5065\u5eb7\u5bb6\u56ed","smalltext":"\u542f\u4e1c\u5e02\u4eba\u6c11\u533b\u9662\u5973\u9ad8\u77e5\u6c99\u9f99\u6210\u7acb\u4e8e2017\u5e743\u6708\uff0c\u6210\u5458\u5bf9\u8c61\u4e3a\u533b\u9662\u5728\u804c\u5df2\u8058\u526f\u9ad8\u4ee5\u4e0a\u804c\u79f0\u3001\u526f\u79d1\u4ee5\u4e0a\u804c\u52a1\u3001\u5177\u6709\u7855\u58eb\u4ee5\u4e0a\u5b66\u4f4d\u3001\u83b7\u7701\u7ea7\u53ca\u4ee5\u4e0a\u91cd\u5927\u5956\u9879\u7684\u5973\u804c\u5de5\uff0c\u76ee\u524d\u62e5\u6709\u6210\u5458172\u4eba\u3002\u533b\u9662\u5973","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4715"};
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 () {
}
});
});
}