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=3481&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: 1745136060,
nonceStr: 'JnnciBTIjM85X1zI',
signature: 'de623f95bfc4451c52ccac98af83b6d10cc53676',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u5e08\u8303\u5927\u5b66\u9644\u5c5e\u6e58\u4e1c\u533b\u9662\uff1a\u5982\u4f55\u505a\u4e00\u4e2a\u8eab\u5fc3\u5065\u5eb7\u7684\u4e2d\u5b66\u751f","smalltext":"\u75ab\u60c5\u5f53\u524d\uff0c\u4e3e\u56fd\u6218\u6597\uff0c\u65e0\u6570\u4eba\u90fd\u7528\u81ea\u5df1\u7684\u65b9\u5f0f\u53c2\u4e0e\u5230\u8fd9\u573a\u6ca1\u6709\u785d\u70df\u7684\u6297\u75ab\u963b\u51fb\u6218\u4e2d\u3002\u6211\u7684\u7238\u7238\u3001\u5988\u5988\u4e5f\u662f\u5176\u4e2d\u7684\u4e00\u5458\uff0c\u4ed6\u4eec\u662f\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u5728\u8fd9\u4e8c\u4e2a\u591a\u6708\u65f6\u95f4\u91cc\uff0c\u6211\u66f4\u8fd1\u8ddd\u79bb\u7684\u5bf9\u4ed6\u4eec\u7684\u804c\u4e1a\u591a\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3481"};
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 () {
}
});
});
}