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=5327&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: 1743764430,
nonceStr: 'fniNqNmxLLVkHYm3',
signature: '0d1629b151bd54360912ef34de406b2613b14855',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u4f20\u627f\u4e2d\u533b\u56fd\u7cb9 \u670d\u52a1\u7fa4\u4f17\u5065\u5eb7","smalltext":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u5728\u95e8\u8bca\u697c\u5927\u5385\u4e3e\u884c\u4e86\u8be5\u9662\u540d\u8001\u4e2d\u533b\u7ecf\u9a8c\u4f20\u627f\u5de5\u4f5c\u5ba4\u63ed\u724c\u66a8\u4e2d \u533b\u7ecf\u5178\u95e8\u8bca\u5f00\u8bca\u4eea\u5f0f\u3002\u3000\u201c\u6211\u4eec\u9074\u9009\u4e94\u4f4d\u4ece\u4e8b\u4e2d\u533b\u4e34\u5e8a\u5de5\u4f5c30\u5e74\u4ee5\u4e0a\uff0c\u4e14\u8bca\u7597\u6280\u672f\u53d7\u5e7f\u6cdb\u8ba4\u53ef","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5327"};
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 () {
}
});
});
}