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=4832&classid=11&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: 1743671206,
nonceStr: 'VdMIFwIGGodVEQWr',
signature: 'fd21da07351c64f7480efd4a0660fe4261d41855',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u77f3\u95e8\u53bf\u4e2d\u533b\u533b\u9662-\u6d45\u5c1d\u4eba\u751f\uff0c\u60df\u7b11\u6700\u52a8\u5bb9","smalltext":" \u521d\u5fc3\u5373\u4f7f\u547d\uff0c\u4f7f\u547d\u5fc5\u8fbe \u968f\u7740\u4eba\u4eec\u7684\u751f\u6d3b\u6c34\u5e73\u8d8a\u6765\u8d8a\u9ad8\uff0c\u5236\u4f5c\u7cbe\u826f\u7cbe\u7ec6\u7684\u98df\u54c1\u3001\u751c\u98df\u548c\u78b3\u9178\u996e\u6599\u5145\u65a5\u7740\u6574\u4e2a\u5e02\u573a\uff0c\u5b69\u5b50\u4eec\u5728\u8fd9\u4e9b\u8bf1\u60d1\u9762\u524d\uff0c\u5f80\u5f80\u65e0\u62db\u67b6\u4e4b\u529b\u3002\u9664\u4e86\u8fd9\u4e9b\u5916\u5728\u7684\u56e0\u7d20\uff0c\u52a0\u4e0a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4832"};
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 () {
}
});
});
}