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=5321&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: 1743764429,
nonceStr: 'J8jP3tZl6FkvCKCF',
signature: 'a2af84349be9c368739815873a68031e3fcabfb4',
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\u88ab\u6bd2\u86c7\u54ac\u4f24\u5927\u62c7\u6307\u540e\u7528\u5934\u53d1\u624e\u4f4f\uff1f\u533b\u751f\u8bf4\u8fd9\u4e0d\u5bf9","smalltext":"4\u670815\u65e5\u665a\uff0c\u5317\u6d77\u4e00\u540d63\u5c81\u7537\u5b50\u88ab\u6bd2\u86c7\u54ac\u4f24\u5de6\u624b\u5927\u62c7\u6307\uff0c\u7d27\u6025\u9001\u5f80\u5e02\u4eba\u6c11\u533b\u9662\u94f6\u6ee9\u9662\u533a\u86c7\u4f24\u6551\u6cbb\u4e2d\u5fc3\u5c31\u8bca\u65e0\u788d\u540e\u79bb\u9662\u3002\u636e\u60a3\u8005\u5bb6\u5c5e\u4ecb\u7ecd\uff0c\u5f53\u665a20:20\u5de6\u53f3\uff0c\u60a3\u8005\u5728\u5317\u6d77\u67d0\u5c0f\u533a\u76849\u697c\u5bb6\u4e2d\u9633\u53f0\u82b1\u76c6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5321"};
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 () {
}
});
});
}