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=5585&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: 1743703094,
nonceStr: 'GxFqkZZeMngLhfLR',
signature: '0ad0748c5bd570b585f5425ea3fab3e6f6714209',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u8d70\u8fdb\u91d1\u4e1c\u8001\u5e74\u516c\u5bd3\u5f00\u5c55\u5065\u5eb7\u4f53\u68c0\u6d3b\u52a8","smalltext":"\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u300a\u829d\u7f58\u533a\u52a0\u5feb\u63a8\u8fdb\u533b\u517b\u7ed3\u5408\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u5b9e\u65bd\u65b9\u6848\u300b\u6587\u4ef6\u7cbe\u795e\uff0c\u63a8\u8fdb\u8f96\u533a\u8001\u5e74\u4eba\u533b\u517b\u7ed3\u5408\u670d\u52a1\u6df1\u5165\u5f00\u5c55\uff0c4\u670818\u65e5\u4e0a\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u7ec4\u7ec7\u793e\u533a\u79d1\u533b\u52a1\u4eba\u5458\u5230\u91d1\u4e1c\u8001\u5e74\u516c\u5bd3\u5f00\u5c55\u5065\u5eb7\u67e5\u4f53\u3001\u4e49\u8bca\u54a8\u8be2\u53ca\u5065\u5eb7\u5ba3\u6559\u6d3b\u52a8\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5585"};
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 () {
}
});
});
}