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=109&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: 1746243322,
nonceStr: 'GacIYO5gK7CsVtCZ',
signature: '1cc6ef5047b65db54d729449abc605aaf9321fde',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u8425\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5b9e\u65bd\u54c1\u724c\u6218\u7565 \u63d0\u5347\u670d\u52a1\u54c1\u8d28","smalltext":"\u591a\u5e74\u6765\uff0c\u4e1c\u8425\u5e02\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u79c9\u627f\u201c\u56e2\u7ed3\u3001\u8fdb\u53d6\u3001\u4e25\u8c28\u3001\u52a1\u5b9e\u201d\u7684\u533b\u9662\u7cbe\u795e\uff0c\u9075\u5faa\u201c\u4eba\u624d\u5960\u57fa\u3001\u79d1\u6559\u5174\u9662\u201d\u7684\u529e\u9662\u65b9\u9488\uff0c\u575a\u6301\u201c\u6551\u6b7b\u6276\u4f24\uff0c\u9020\u798f\u4e8e\u6c11\u201d\u7684\u670d\u52a1\u5b97\u65e8\uff0c\u7262\u56fa\u6811\u7acb\u201c\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\u3001\u4ee5","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=109"};
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 () {
}
});
});
}