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=2384&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: 1730422986,
nonceStr: 'zdYRY5sdLSdo0bUi',
signature: '51b251500b0796e299465460e277e664ec03e56f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662:\u5f53\u4eba\u6587\u98ce\u666f\u7ebf\u878d\u5165\u533b\u9662\u808c\u7406","smalltext":"\u533b\u5b66\u7684\u4eba\u6587\u7cbe\u795e\uff0c\u662f\u533b\u9662\u7684\u7075\u9b42\u548c\u7cbe\u795e\u652f\u67f1\uff0c\u662f\u533b\u9662\u5185\u6db5\u5efa\u8bbe\u4e2d\u6781\u4e3a\u91cd\u8981\u7684\u5185\u5bb9\u8f7d\u4f53\uff0c\u4e5f\u662f\u533b\u9662\u53d1\u5c55\u7684\u8f6f\u5b9e\u529b\u548c\u5185\u52a8\u529b\u3002\u591a\u5e74\u6765\uff0c\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5728\u5efa\u8bbe\u53d1\u5c55\u4e2d\uff0c\u59cb\u7ec8\u575a\u6301\u628a\u4eba\u6587\u5efa\u8bbe\u653e\u5728\u7a81","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2384"};
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 () {
}
});
});
}