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=5035&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: 1746209139,
nonceStr: '7Bv7Jl8jOM7jnS95',
signature: '535656a2c1f0d6350e17f5e45dad0e4f75df8cca',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4e03\u65ec\u8001\u4eba\u81ea\u7f16\u5feb\u677f\u9882\u5929\u4f7f","smalltext":"\u8fd1\u65e5\uff0c\u5c71\u4e1c\u5a01\u6d77\u4e00\u4f4d\u51fa\u9662\u60a3\u8005\u5f55\u5236\u7684\u4e00\u6bb5\u89c6\u9891\u5f15\u6765\u5927\u5bb6\u7684\u5173\u6ce8\uff0c\u89c6\u9891\u4e2d\u7684\u8001\u4eba\u4ee5\u5c71\u4e1c\u5feb\u4e66\u7684\u5f62\u5f0f\u5938\u8d5e\u4e86\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u533b\u62a4\u4eba\u5458\u3002\u6574\u6bb5\u89c6\u9891\u5e76\u4e0d\u957f\uff0c\u753b\u4e2d\u8001\u4eba\u7528\u6781\u5177\u5730\u65b9\u7279\u8272\u7684\u8868\u8fbe\u65b9\u5f0f\uff0c\u5b57\u5b57\u94ff","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5035"};
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 () {
}
});
});
}