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=2445&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: 1730420162,
nonceStr: 'wDi3I7Kgaq79xRqV',
signature: '88e2964e88e746f75555f02147a515ea051fd662',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u6c6a\u94f6\u5170:\u533b\u9662\u4eba\u6587\u8def\u4e0a\u4e8c\u5341\u5e74","smalltext":"\u6c6a\u94f6\u5170\uff0c\u5973\uff0c\u4ece\u4e8b\u533b\u9662\u6587\u5316\u5efa\u8bbe20\u4f59\u5e74\u3002\u8fd110\u4f59\u5e74\u6765\uff0c\u4f5c\u4e3a\u7275\u5934\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u7684\u90e8\u95e8\u8d1f\u8d23\u4eba\uff0c\u62b1\u7740\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u53d6\u5f97\u5b9e\u6548\u3001\u505a\u6210\u4f53\u7cfb\u548c\u54c1\u724c\u7684\u60f3\u6cd5\uff0c\u4ece\u5236\u5b9a\u5404\u79cd\u65b9\u6848\u5230\u624e\u5b9e\u63a8\u8fdb\uff0c\u4e3a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4ed8","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2445"};
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 () {
}
});
});
}