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=2366&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: 1730421492,
nonceStr: '2VUTsIdLQZoQFbT7',
signature: '46cc28303f531ef60f1a7217b84c991f2a9d912a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4ee5\u5148\u8fdb\u7684\u7279\u8272\u533b\u9662\u6587\u5316\u52a9\u529b\u5065\u5eb7\u9ec4\u5c71\u5efa\u8bbe","smalltext":"\u5750\u843d\u5728\u5fbd\u6587\u5316\u53d1\u7965\u5730\u7684\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662,\u59cb\u5efa\u4e8e1938\u5e74\u7684\uff0c\u524d\u8eab\u4e3a\u5c6f\u6eaa\u5e02\u6c11\u533b\u9662\u3002\u5728\u4e2d\u56fd\u4e09\u5927\u5730\u57df\u6587\u5316\u4e4b\u4e00\u7684\u5fbd\u6587\u5316\u6ecb\u6da6\u548c\u629a\u80b2\u4e0b\uff0c\u5386\u7ecf\u516b\u5341\u4f59\u5e74\u533b\u9662\u5df2\u53d1\u5c55\u6210\u4e3a\u4e00\u6240\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2366"};
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 () {
}
});
});
}