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=6911&classid=5&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: 1760381437,
nonceStr: 'l92zIMlJtgn9wXQy',
signature: '6a41f8c3a3ad16f165c91f5068b7eedb9498ae36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1b\u533b\u8def\u76f8\u4f34\uff0c\u6e29\u6696\u540c\u884c","smalltext":" \u4f5c\u4e3a\u4e00\u540d\u809d\u80c6\u80f0\u5916\u79d1\u533b\u751f\uff0c\u6bcf\u5929\u9762\u5bf9\u7684\u662f\u88ab\u75be\u75c5\u6298\u78e8\u7684\u60a3\u8005\uff0c\u5728\u4e0e\u4ed6\u4eec\u5e76\u80a9\u4f5c\u6218\u7684\u8fc7\u7a0b\u4e2d\uff0c\u6709\u592a\u591a\u7684\u6545\u4e8b\u548c\u611f\u609f\uff0c\u800c\u5434\u5a46\u5a46\u7684\u7ecf","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6911"};
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 () {
}
});
});
}