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=4685&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: 1746165537,
nonceStr: '0UPuX2uxLAnDLe5P',
signature: '5c3a17972ea77c6fe0988a35ac2f9a4f19b718e2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e2d\u5357\u5e02\u7b2c\u4e8c\u533b\u9662-\u767d\u8863\u6218\u58eb \u5411\u751f\u800c\u884c","smalltext":"\u53f7\u89d2\u54cd\u8d77\uff0c\u811a\u6b65\u58f0\u58f0\uff0c\u4f24\u60a3\u5728\u54ea\u513f\uff0c\u6218\u573a\u5c31\u5728\u54ea\u513f\uff0c\u6218\u6597\u5c31\u5728\u54ea\u513f\u3002\u94ff\u9535\u8a93\u8a00\uff0c\u521d\u5fc3\u4f7f\u547d\uff0c\u5728\u8fd9\u4e00\u523b\u5316\u4e3a\u884c\u52a8\u3002\u6551\u52a9\u6655\u5012\u5973\u5b50\u3001\u6551\u52a9\u78b0\u4f24\u8001\u4eba\u3001\u6551\u52a9\u5c0f\u8292\u679c\u3001\u6551\u52a9\u6655\u5012\u8001\u4eba\uff0c\u4e89\u5206\u593a\u79d2\uff0c\u4e0e\u751f\u547d\u8d5b\u8dd1\u3002\u6211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4685"};
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 () {
}
});
});
}