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=3037&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: 1749396871,
nonceStr: '2jjfzZPzBah9CRjx',
signature: '7b34be46216ee187a19c1abea18510bbb082a050',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u6765\u81ea\u7518\u8083\u7701\u7b2c\u4e09\u6279\u63f4\u52a9\u6e56\u5317\u533b\u7597\u961f\u7684\u793c\u7269","smalltext":" 4\u67081\u65e5\u4e0a\u5348\u6211\u5e02\u7b2c\u4e8c\u6279\u3001\u7b2c\u4e09\u62794\u540d\u63f4\u9102\u533b\u7597\u961f\u961f\u5458\u4ece\u6b66\u6c49\u8fd4\u56de\u5170\u5dde\uff0c\u7ecf14\u5929\u9694\u79bb\u89c2\u5bdf\u540e\u56de\u5230\u767d\u94f6\u3002\u5728\u767d\u94f6\u5e02\u9686\u91cd\u4e3e\u884c\u7684\u6b22\u8fce\u4eea\u5f0f\u4e0a\uff0c\u8fbe\u6625\u548c\u4f5c\u4e3a\u7518\u8083\u7701\u7b2c\u4e09\u6279\u63f4\u52a9\u6e56\u5317\u533b\u7597\u961f\u4e34\u65f6\u515a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3037"};
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 () {
}
});
});
}