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=6537&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: 1730421039,
nonceStr: 'BtCzJ02r8ncF8CqE',
signature: '023a6f3c40f529aff527ade9073830b103e06487',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5ef6\u7eed\u751f\u547d\u7684\u201c\u8840\u900f\u5929\u4f7f\u201d","smalltext":"\u201c\u4f60\u4eec\u8f9b\u82e6\u4e86\uff0c\u795d\u4f60\u4eec\u8282\u65e5\u5feb\u4e50\uff01\u201d\u968f\u7740\u201c5.12\u201d\u62a4\u58eb\u8282\u7684\u5230\u6765\uff0c\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662\u8840\u6db2\u900f\u6790\u5ba4\u7684\u6c1b\u56f4\u6108\u53d1\u6e29\u99a8\uff0c\u60a3\u8005\u4eec\u65f6\u4e0d\u65f6\u90fd\u4f1a\u5411\u8eab\u65c1\u7684\u533b\u62a4\u4eba\u5458\u9001\u4e0a\u4e24\u53e5\u8282\u65e5\u7684\u95ee\u5019\u30025\u670811\u65e5\u4e0a\u5348\uff0c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6537"};
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 () {
}
});
});
}