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=2346&classid=10&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: 1746292659,
nonceStr: 'zupQbAQw9HlBoaXD',
signature: 'd3ce89e78b1ba00d61e535f4d8bf58303d8d1888',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u7cbe\u5fc3\u52b1\u5fd7\u7b51\u57fa\u77f3","smalltext":"\u4e00\u3001\u533b\u9662\u57fa\u672c\u60c5\u51b5\u6210\u90fd\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1941\u5e747\u6708\uff0c\u524d\u8eab\u7cfb\u5357\u4eac\u4e2d\u592e\u5927\u5b66\u9644\u5c5e\u533b\u9662\u30021992\u5e74\uff0c\u6210\u4e3a\u536b\u751f\u90e8\u9996\u6279\u8ba4\u8bc1\u7684\u56fd\u5bb6\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u533b\u9662\u3002\u533b\u9662\u5360\u5730\u9762\u79ef138\u4ea9\uff0c\u7f16\u5236\u5e8a\u4f4d1250\u5f20\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2346"};
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 () {
}
});
});
}