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=3239&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: 1747081676,
nonceStr: 'H1jMUQvhyTj62Efx',
signature: '2c9d7ad6e95f5cf80a3de12d766886d67d26c834',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u62a4\u58eb\u8282\u611f\u6000","smalltext":"\u6ca1\u6709\u4eba\u5929\u751f\u662f\u82f1\u96c4\uff0c\u53ea\u56e0\u6709\u4eba\u9700\u8981\u3002\u4e5f\u8bb8\u56e0\u4e3a\u8fd9\u573a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\uff0c\u8ba9\u4eca\u5e74\u7684\u51ac\u5929\u663e\u5f97\u683c\u5916\u5bd2\u51b7\uff0c\u4eba\u4eec\u5168\u90e8\u6234\u4e0a\u4e86\u53e3\u7f69\uff0c\u51cf\u5c11\u63a5\u89e6\uff0c\u9152\u7cbe\u6d88\u6bd2\u6db2\u6210\u4e3a\u4e86\u5fc5\u5907\u7269\u54c1\uff0c\u5de5\u5382\u505c\u5de5\uff0c\u5b66\u6821\u505c\u8bfe\uff0c\u9910\u996e\u5a31\u4e50\u505c\u6b62\u8425","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3239"};
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 () {
}
});
});
}