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=5042&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: 1746210248,
nonceStr: 'fHvQ6V9p8xg4O09f',
signature: '19510daf2d634b3e1d8b13404092ac76caba16ac',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7237\u7237\uff0c\u76f8\u4fe1\u6211\u5427","smalltext":"\u968f\u7740\u4eba\u6587\u62a4\u7406\u7684\u63a8\u5e7f\uff0c\u4eba\u4eec\u5bf9\u7cbe\u795e\u7269\u8d28\u9700\u6c42\u4e0d\u65ad\u63d0\u9ad8\uff0c\u62a4\u7406\u6a21\u5f0f\u5df2\u7531\u201c\u4ee5\u75be\u75c5\u4e3a\u4e2d\u5fc3\u201d\u5f00\u59cb\u5411\u201c\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\u201d\u8f6c\u6362\uff0c\u56e0\u6b64\u5728\u62a4\u7406\u5b9e\u8df5\u4e2d\uff0c\u62a4\u7406\u4eba\u5458\u66f4\u6ce8\u91cd\u4eba\u6587\u89c2\u548c\u4eba\u6587\u7cbe\u795e\u3002\u533b\u9662\u4f5c\u4e3a\u6551\u6b7b\u6276","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5042"};
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 () {
}
});
});
}