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=4775&classid=12&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: 1743905862,
nonceStr: 'a3ZpVvy7DECUYJDb',
signature: 'e63ffab5a533f76c8feeba1d3d705beff4bcb076',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u5987\u5b7a\u56fd\u533b\u5802\u4e3b\u4efb\u8d75\u4fd0","smalltext":"\u201c\u8d75\u533b\u751f\u4e0d\u4f46\u80fd\u6cbb\u6211\u7684\u75c5\uff0c\u8fd8\u80fd\u6cbb\u6211\u7684\u5fc3\u3002\u201d\u8d75\u4fd0\u4ece\u4e00\u540d\u9999\u6e2f\u6bcd\u4eb2\u624b\u4e2d\u63a5\u8fc7\u9526\u65d7\u3002\u6b64\u524d\uff0c\u5728\u8d75\u4fd0\u7684\u8bca\u6cbb\u4e0b\uff0c\u8fd9\u540d\u9999\u6e2f\u5987\u5973\u6210\u529f\u53d7\u5b55\u3002\u8d75\u4fd0\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u4e3b\u4efb\u4e2d\u533b\u5e08\uff0c\u7855\u58eb\u7814\u7a76\u751f\u5bfc\u5e08\uff0c\u73b0\u4efb\u4e1c\u839e\u5e02\u5987\u5e7c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4775"};
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 () {
}
});
});
}