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=1114&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: 1747124164,
nonceStr: 'l6l6OI4GESHcT0fn',
signature: '324b36d6a5ffe1f24a9ed2adf301f9e4226bad31',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u5c01\u5199\u7ed9\u80f8\u75db\u4e2d\u5fc3\u7684\u60c5\u4e66","smalltext":"\u5fc3\u810f\u7684\u60b8\u52a8\u8ba9\u6211\u7740\u8ff7\uff0c\u89c4\u5f8b\u7684\u8df3\u8dc3\uff0c\u539a\u91cd\u7684\u58f0\u8109\uff0c\u8d50\u4e88\u751f\u547d\u65e0\u9650\u53ef\u80fd\u3002\u53ef\u5f53\u5fc3\u810f\u9aa4\u505c\u6211\u770b\u4e0d\u5230\u751f\u673a\u7684\u82cd\u7fe0\uff0c\u5f53\u5fc3\u5ba4\u98a4\u52a8\u6211\u770b\u4e0d\u5c3d\u751f\u547d\u7684\u7e41\u534e\uff0c\u5f53\u5fc3\u529b\u8870\u7aed\u6211\u770b\u4e0d\u51fa\u6c42\u751f\u7684\u65b9\u5411\uff0c\u53ef\u5e78\u7684\u662f\u6211\u9047\u5230\u4e86\u4f60","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1114"};
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 () {
}
});
});
}