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=3435&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: 1745136061,
nonceStr: '3fxl1LyF5rd1S9gR',
signature: 'a0b3fb3c44a8cf07359067385612252ae2ce8caf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u6170\u95ee\u4e00\u7ebf\u8d2b\u56f0\u515a\u5458 \u52a0\u6cb9\u9f13\u52b2\u8131\u8d2b\u653b\u575a","smalltext":"\u56fe\u4e3a\u8303\u5fe0\u53cb\u4ece\u4e50\u5c71\u5e02\u536b\u5065\u59d4\u673a\u5173\u515a\u59d4\u4e66\u8bb0\u7f2a\u65ed\uff08\u5de6\uff09\u624b\u4e2d\u63a5\u8fc7\u6170\u95ee\u54c1\u3002\u96fe\u7ed5\u9752\u5c71\u5ce6\uff0c\u60c5\u6ee1\u6276\u8d2b\u8def\u30026\u670828\u65e5\u4e0a\u5348\uff0c\u4e00\u8f86\u6ee1\u8f7d\u6170\u95ee\u54c1\u7684\u6551\u62a4\u8f66\u9a76\u8fdb\u4e50\u5c71\u5e02\u6c90\u5ddd\u53bf\u8328\u7af9\u4e61\u9752\u9f99\u6751\u6751\u59d4\u4f1a\u5927\u9662\u3002\u9752\u9f99\u6751","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3435"};
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 () {
}
});
});
}