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=5118&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: 1743893839,
nonceStr: '0kIFKqCI9jfOcEXj',
signature: 'e3e84e2ee30c005aa04006d6c4e3d15f54aff066',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5341\u5c81\u7537\u5b69\u88ab\u70ed\u6cb9\u70eb\u4f24\uff0c\u4e0d\u7528\u624b\u672f\u6362\u836f\u6548\u679c\u5b8c\u7f8e","smalltext":"12\u670821\u65e5\u4e0b\u5348\uff0c\u5176\u4e2d\u4e00\u540d\u60a3\u8005\u738b\u5148\u751f\u5eb7\u590d\u51fa\u9662\u540e\uff0c\u56de\u5230\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u70e7\u4f24\u5916\u79d1\u95e8\u8bca\u590d\u67e5\uff0c\u7ed9\u540d\u533b\u8d3e\u6653\u660e\u6559\u6388\u3001\u9093\u732e\u526f\u4e3b\u4efb\u3001\u90ed\u82b3\u677e\u4e3b\u6cbb\u533b\u5e08\u548c\u5168\u4f53\u533b\u62a4\u4eba\u5458\u9001\u53bb\u4e86\u4e00\u9762\u201c\u533b\u672f\u9ad8\u8d85\u5999\u624b\u3001\u5927","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5118"};
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 () {
}
});
});
}