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=4519&classid=11&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: 1741932528,
nonceStr: 'lQKoOJbtcjv9RJQk',
signature: 'ec724ae63c0947053404feaf4f41e259e3a8ca6e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fde\u4e91\u6e2f\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u533b\u5b66\u4f53\u9a8c\u8425\uff0c\u6253\u9020\u672a\u6210\u5e74\u4eba\u4e34\u5e8a\u533b\u5b66\u9662","smalltext":"2018\u5e74\u8d77\uff0c\u8fde\u4e8c\u533b\u7275\u5934\u7ec4\u7ec7\u201c\u533b\u5b66\u4f53\u9a8c\u8425\u201d\u9879\u76ee\uff0c\u8ba9\u6e2f\u57ce\u767e\u59d3\u548c\u5c0f\u670b\u53cb\u8d70\u8fdb\u533b\u9662\u83b7\u5f97\u533b\u5b66\u79d1\u5b66\u77e5\u8bc6\uff0c\u66f4\u5168\u529b\u63a8\u52a8\u5065\u5eb7\u79d1\u666e\u6559\u80b2\u8d70\u8fdb\u793e\u533a\u3001\u8d70\u8fdb\u6821\u56ed\u3001\u8d70\u5411\u793e\u4f1a\uff0c\u63d0\u5347\u533b\u60a3\u6c9f\u901a\u6210\u6548\u3001\u4fc3\u8fdb\u548c\u8c10\u533b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4519"};
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 () {
}
});
});
}