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=5355&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: 1743702954,
nonceStr: 'DdP4Eb2zclkpHwaj',
signature: 'bb3909203359cb730cc8d66172ce3d2ad40e7413',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u7ec4\u7ec7\u5f00\u5c55\u79d1\u6280\u6d3b\u52a8\u5468\u5065\u5eb7\u5ba3\u6559\u4e49\u8bca\u6d3b\u52a8","smalltext":"\u4e3a\u914d\u5408\u5f00\u5c55\u79d1\u6280\u6d3b\u52a8\u5468\u6d3b\u52a8\uff0c\u52a0\u5feb\u63a8\u8fdb\u79d1\u6280\u653f\u7b56\u624e\u5b9e\u843d\u5730\uff0c\u5e7f\u6cdb\u5ba3\u4f20\u533b\u5b66\u5065\u5eb7\u79d1\u6280\u521b\u65b0\u6210\u679c\uff0c\u5f00\u5c55\u9001\u533b\u5165\u95e8\u60e0\u6c11\u6d3b\u52a8\u3002\u8fd1\u65e5\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u3001\u8d35\u9633\u5e02\u79d1\u6280\u5c40\u524d\u5f80\u89c2\u5c71\u6e56\u533a\u4e16\u7eaa\u57ce\u793e\u533a\u670d\u52a1\u4e2d\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5355"};
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 () {
}
});
});
}