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=6493&classid=14&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: 1743706045,
nonceStr: 'sYu4eJzNfhzPlNJQ',
signature: '74c5e9a5ac96b9d36bbcda3d659ff43fe1097ec7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u751f\u547d\u7684\u75d5\u8ff9","smalltext":"\u66fe\u7ecf\u6709\u4e00\u4f4d\u963f\u53d4\uff0c\u6df1\u6df1\u5730\u94ed\u8bb0\u5728\u6211\u7684\u8111\u6d77\u91cc\uff0c\u4ed6\u662f\u6211\u4eec\u79d1\u7684\u8001\u75c5\u4eba\uff0c\u6bcf\u4e2a\u6708\u90fd\u4f1a\u5b9a\u671f\u8fd4\u9662\u6cbb\u7597\uff0c\u6bcf\u6b21\u5165\u9662\u65f6\uff0c\u90fd\u4f1a\u7ed9\u6211\u4eec\u533b\u52a1\u4eba\u5458\u5e26\u6765\u5404\u79cd\u5c0f\u793c\u7269\uff0c\u5c3d\u7ba1\u8fd9\u4efd\u793c\u7269\u5e76\u6ca1\u6709\u591a\u5c11\u8d35\u91cd\uff0c\u4f46\u662f\u963f\u53d4\u7684\u5fc3\u610f\u5c31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6493"};
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 () {
}
});
});
}