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=5098&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: 1743764493,
nonceStr: 'hjo750WK93MuUhxX',
signature: 'd06756b3a7ac4b9e9e58f570d81143e13f5f7084',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8212\u9002\u5316\u533b\u7597\u5728\u7f8e\u68a6\u4e2d\u89e3\u51b3\u53e3\u8154\u95ee\u9898","smalltext":"\u201c\u770b\u7259\u597d\u75db\uff0c\u6211\u4e0d\u8981\u770b\u7259\u9f7f\u2026\u2026\u201d\u5f88\u591a\u5c0f\u670b\u53cb\u56e0\u53e3\u8154\u95ee\u9898\u6765\u5230\u533b\u9662\u65f6\uff0c\u90fd\u4f1a\u4ea7\u751f\u62b5\u89e6\u5fc3\u7406\uff0c\u5728\u6cbb\u7597\u65f6\u4e5f\u4f1a\u5927\u54ed\u5927\u95f9\uff0c\u65e0\u6cd5\u914d\u5408\u3002\u4e00\u4e9b\u5bb6\u957f\u56e0\u5fc3\u75bc\u5b69\u5b50\u54ed\u95f9\uff0c\u65e0\u5948\u4e5f\u53ea\u80fd\u59a5\u534f\u5bf9\u5f85\uff0c\u7ed3\u679c\u5ef6\u8bef\u4e86\u6cbb\u7597\uff0c\u6700","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5098"};
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 () {
}
});
});
}