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=6486&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: 1750062372,
nonceStr: 'xzgHdyKbrjcP3zMQ',
signature: '383486774d429801b38d402a2767ece7773dbbff',
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\u503e\u8033\u800c\u542c\uff0c\u591a\u4e88\u9f13\u52b1","smalltext":"\u90a3\u662f\u4e00\u4e2a\u9633\u5149\u660e\u5a9a\u7684\u65e9\u6668\uff0c\u6211\u5982\u5f80\u5e38\u4e00\u6837\u5de1\u89c6\u75c5\u623f\u65f6\u6765\u523084\u5e8a\u75c5\u623f\u95e8\u53e3\uff0c\u91cc\u9762\u4f4f\u7740\u4e00\u4f4d\u80ba\u7ed3\u8282\u672f\u540e\u7b2c\u4e09\u5929\u7684\u60a3\u8005\uff0c\u4ed6\u7684\u80f8\u8154\u5f15\u6d41\u7ba1\u8fd8\u672a\u62d4\u9664\u3002\u6211\u8f7b\u63a8\u623f\u95e8\uff0c\u6620\u5165\u773c\u5e18\u7684\u662f\u5b5f\u8001\u5e08\u4fa7\u8eba\u4e8e\u75c5\u5e8a\uff0c\u9762\u9732","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6486"};
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 () {
}
});
});
}