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=356&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: 1743764382,
nonceStr: 'gxLcvwYILUSddIKx',
signature: '671022a248666ff26b62ded0a5c2793f3b781b6f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u533b\u751f\u4e3a\u60a3\u8005\u5192\u9669\u662f\u503c\u5f97\u7684","smalltext":" \u4e94\u65ec\u5973\u5b50\u5403\u996d\u65f6\u88ab\u9c7c\u523a\u5361\u4f4f\uff0c\u5f53\u65f6\u6ca1\u6709\u611f\u89c9\u6240\u4ee5\u4e0d\u5728\u610f\uff0c\u4e0d\u6599\u4e00\u8fde\u51e0\u5929\u80cc\u90e8\u75bc\u75db\uff0c\u5230\u533b\u9662\u68c0\u67e5\uff0c\u53d1\u73b0\u9c7c\u523a\u94bb\u5165\u80f8\u8154\u968f\u65f6\u53ef\u80fd\u523a\u7834\u4e3b\u52a8\u8109\u3002\u533b\u751f\u5192\u9669\u901a\u8fc7\u80c3\u955c\u624b\u672f\uff0c\u5de7\u5999\u5c06\u9c7c\u523a\u6210\u529f\u53d6\u51fa\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=356"};
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 () {
}
});
});
}