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=2502&classid=12&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: 1743796314,
nonceStr: 'LGSdAa0k608X6nnf',
signature: '2f8906696123e12a19624f3b280ca575ee14e918',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u533b\u79d1\u5927\u5b66\u5ba3\u6b66\u533b\u9662\u51cc\u950b\uff1a\u505a\u4e00\u4e2a\u6709\u4eba\u6587\u7cbe\u795e\u7684\u533b\u751f","smalltext":"\u4eba\u6587\u5c31\u662f\u4eba\u7c7b\u6587\u5316\u4e2d\u7684\u5148\u8fdb\u90e8\u5206\u548c\u6838\u5fc3\u90e8\u5206\uff0c\u5373\u5148\u8fdb\u7684\u4ef7\u503c\u89c2\u53ca\u5176\u89c4\u8303\u3002\u5176\u96c6\u4e2d\u4f53\u73b0\u662f\uff1a\u91cd\u89c6\u4eba\uff0c\u5c0a\u91cd\u4eba\uff0c\u5173\u5fc3\u4eba\uff0c\u7231\u62a4\u4eba\u3002\u7b80\u800c\u8a00\u4e4b\uff0c\u4eba\u6587\uff0c\u5373\u91cd\u89c6\u4eba\u7684\u6587\u5316\u3002\u9996\u90fd\u533b\u79d1\u5927\u5b66\u5ba3\u6b66\u533b\u9662\u51cc\u950b\u6559\u6388\u957f\u671f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2502"};
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 () {
}
});
});
}