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=4139&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: 1745056474,
nonceStr: 'mf5tskATKmwfW1gz',
signature: 'b625bb8224c6f8c7804657920c885ea651dd1566',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u5b66\u4e60\u4ece\u672a\u505c\u6b62 \u670d\u52a1\u6c38\u65e0\u6b62\u5883","smalltext":"\u6211\u9662\u8840\u6db2\u80bf\u7624\u5185\u79d1\u7ecf\u8fc7\u591a\u5e74\u7684\u53d1\u5c55\u58ee\u5927\uff0c\u73b0\u5df2\u6210\u4e3a\u96c6\u8840\u6db2\u75c5\u6cbb\u7597\u3001\u80bf\u7624\u5316\u7597\u3001\u75bc\u75db\u6cbb\u7597\u3001\u514d\u75ab\u6cbb\u7597\u3001\u9776\u5411\u6cbb\u7597\u53ca\u80bf\u7624\u665a\u671f\u7684\u8425\u517b\u652f\u6301\u7b49\u4e00\u7cfb\u5217\u7597\u6cd5\u7684\u80bf\u7624\u7efc\u5408\u8bca\u7597\u79d1\u5ba4\u3002\u79d1\u5ba4\u5728\u7591\u96be\u75c5\u4f8b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4139"};
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 () {
}
});
});
}