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=5095&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: 1743764377,
nonceStr: '4KDdhyzPIF9ABE6D',
signature: 'd8c29030591dc3c95a5c75ddc6e578d958561fcb',
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\u9b54\u9b3c\u9c7c\u523a\u53f3\u624b\u3001\u94c1\u7b7e\u624e\u7a7f\u5de6\u811a\uff0c\u8fd9\u4e00\u665a\u600e\u4e48\u4e86?","smalltext":" 12\u67087\u65e5\u665a\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u94f6\u6ee9\u9662\u533a\u9646\u7eed\u63a5\u8bca\u4e00\u7537\u4e00\u5973\u4e24\u540d\u60a3\u8005\uff0c\u5176\u4e2d\u7537\u5b50\u88ab\u9b54\u9b3c\u9c7c\u523a\u4f24\u53f3\u624b\u8155\uff0c\u5973\u5b50\u5219\u662f\u88ab\u7a7f\u7f8a\u8089\u4e32\u7684\u94c1\u7b7e\u8d2f\u7a7f\u5de6\u811a\u80cc\u5916\u4fa7\u3002\u636e\u6089\uff0c\u5f53\u65e5\u4e0b\u534817:30\u5de6\u53f3\uff0c\u5317\u6d77\u4e00\u7537\u5b50\u4e0b\u6d77\u6478\u9c7c\uff0c\u5f53","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5095"};
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 () {
}
});
});
}