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=6468&classid=14&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: 1749200403,
nonceStr: 'YuCAPxHSkmq4dtWV',
signature: '4d4e2b92426ae85bd6fcf9eab9736da265785b35',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7231\u7f8e\u7684\u59d1\u5a18","smalltext":"12\u53f7\u624b\u672f\u95f4\u63a5\u6765\u4e00\u4f4d20\u5c81\u51fa\u5934\u7684\u59d1\u5a18\u5c0f\u96e8\uff08\u5316\u540d\uff09\uff0c\u8eab\u5f62\u9ad8\u6311\uff0c\u9762\u5bb9\u6e05\u79c0\uff0c\u4f46\u59cb\u7ec8\u6101\u7709\u82e6\u8138\uff0c\u51fa\u4e8e\u62c5\u5fc3\uff0c\u6211\u4ed4\u7ec6\u67e5\u770b\u4e86\u5979\u7684\u75c5\u4f8b\u3002\u5c0f\u96e8\u662f\u4e00\u540d\u67d0\u519b\u961f\u5b66\u5458\uff0c\u56e0\u821e\u8e48\u6392\u7ec3\u65f6\u7a81\u7136\u6655\u5012\uff0c\u5230\u533b\u9662\u68c0\u67e5\u53d1\u73b0\u9885\u5185\u6709","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6468"};
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 () {
}
});
});
}