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=2689&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: 1749420507,
nonceStr: 'InYYHwHTn2UeXmpf',
signature: '97044666dc0a0fd30e2234e91a28dc05fac3c7d7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u201c\u6218\u75ab\u3001\u6276\u8d2b\u201d\u4e24\u624b\u6293 \u6625\u8015\u5907\u8015\u52a9\u529b\u884c","smalltext":"\u201c\u5927\u5bb6\u90fd\u8d76\u7d27\u6765\u5e2e\u4e00\u628a\uff0c\u628a\u5316\u80a5\u3001\u79cd\u5b50\u5378\u4e0b\u8f66\u3002\u201d \u6025\u9700\u7684\u590d\u5408\u80a5\u548c\u4f18\u8d28\u79cd\u5b50\u9001\u5230\u4e86\u5730\u5934\uff0c\u6751\u91cc\u6625\u8015\u751f\u4ea7\u7684\u71c3\u7709\u4e4b\u6025\u7ec8\u4e8e\u89e3\u51b3\u4e86\u3002 3\u670820\u65e5\uff0c\u597d\u96e8\u77e5\u65f6\u8282\uff0c\u6da6\u7269\u7ec6\u65e0\u58f0\u3002\u7ecf\u8fc7\u6628\u591c\u7684\u4e00\u573a\u6625\u96e8\u6ecb","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2689"};
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 () {
}
});
});
}