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=3304&classid=4&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: 1743630491,
nonceStr: 'IYpWzSV2ghJnkucj',
signature: '32816925c3b58a7e974428fbb73da4e4431b7337',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u201c\u8179\u201d\u751f\u82e5\u68a6\uff0c\u4e3a\u201c\u60a3\u201d\u826f\u591a","smalltext":"\u674e\u767d\u66fe\u8bf4\u201c\u6d6e\u751f\u82e5\u68a6\uff0c\u4e3a\u6b22\u51e0\u4f55\u201d\u3002\u4eba\u751f\u5728\u4e16\uff0c\u5982\u68a6\u5982\u5e7b\uff0c\u53ef\u662f\u7ec6\u6570\u6b22\u4e50\u7684\u65f6\u5149\u53c8\u6709\u591a\u5c11\u5462\uff1f\u5bf9\u4e8e\u8eab\u4f53\u5065\u5eb7\u7684\u4eba\u4eec\u6b22\u4e50\u65f6\u5149\u5c1a\u4e14\u5982\u6570\u5bb6\u73cd\uff0c\u66f4\u4f55\u51b5\u5927\u75c5\u521d\u964d\u7684\u5c3f\u6bd2\u75c7\u75c5\u4eba\u3002\u7a81\u5982\u5176\u6765\u7684\u75be\u75c5\u72b9\u5982\u5669","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=3304"};
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 () {
}
});
});
}