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=4834&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: 1746238148,
nonceStr: 'cbLyaVxUibY3PePY',
signature: 'e107c4aff28c02c5a4612c4fba822b36226e70ca',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u201c\u533b\u201d\u8109\u76f8\u627f","smalltext":"\u6709\u8fd9\u4e48\u4e00\u7fa4\u4eba\u4ed6\u4eec\u6551\u6b7b\u6276\u4f24\u5168\u5fc3\u5168\u610f\u5b88\u62a4\u4eba\u6c11\u5065\u5eb7\u5f70\u663e\u767d\u8863\u5929\u4f7f\u7684\u8d23\u4efb\u4e0e\u62c5\u5f53\uff01\u2014\u2014\u4ed6\u4eec\u662f\u533b\u52a1\u4eba\u5458\u6709\u8fd9\u4e48\u4e00\u7fa4\u5b69\u5b50\u4ed6\u4eec\u72ec\u7acb\u61c2\u4e8b\u65e9\u65e9\u5c31\u4e86\u89e3\u533b\u8005\u7684\u8f9b\u82e6\u8ffd\u968f\u7236\u6bcd\u8db3\u8ff9\u5316\u8eab\u4e3a\u5fd7\u613f\u8005\u50cf\u4e00","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4834"};
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 () {
}
});
});
}