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=6402&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: 1743703029,
nonceStr: 'oPI6Rh78AFRREqzv',
signature: '4df25edba0116ec33cf6250786d7d4a304887dfb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6768\u4e3d\u840d\uff0c\u597d\u6837\u7684\uff01","smalltext":"\u201c\u5feb\u6253120\uff0c\u53eb\u6551\u62a4\u8f66\u3002\u201d\u201c\u6211\u662f\u533b\u751f\uff0c\u8ba9\u4e00\u8ba9\uff0c\u6211\u770b\u4e00\u4e0b\u3002\u201d6\u670830\u65e5\u508d\u665a\uff0c\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u533b\u5e08\u6768\u4e3d\u840d\u5728\u56de\u5bb6\u9014\u4e2d\u5076\u9047\u4e00\u573a\u8f66\u7978\uff1a\u4e00\u540d\u5e74\u8f7b\u7537\u5b50\u53d7\u4f24\u8eba\u5728\u5730\u4e0a\uff0c\u75db\u82e6\u5730\u7528","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6402"};
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 () {
}
});
});
}