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=2367&classid=10&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: 1744328803,
nonceStr: '6BJJKS88guiRKXkL',
signature: '25acecf78397dceb9f5b5fc0bfd20141cb9d7b89',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u6d4e\u9633\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6587\u4ee5\u8f7d\u9053\uff0c\u4e0d\u5fd8\u521d\u5fc3","smalltext":"\u6d4e\u9633\u533a\u4eba\u6c11\u533b\u9662\uff0c\u5ea7\u843d\u4e8e\u9ec4\u6cb3\u5317\u5cb8\uff0c\u4e1c\u8fce\u65ed\u65e5\uff0c\u5357\u773a\u9ec4\u6cb3\uff0c\u7d27\u4e34\u7701\u57ce\u6d4e\u5357\uff0c\u59cb\u5efa\u4e8e1949\u5e7410\u6708\uff0c\u662f\u9ec4\u6cb3\u4ee5\u5317\u533a\u57df\u6027\u533b\u7597\u4e2d\u5fc3\uff0c\u80a9\u8d1f\u7740\u5168\u53bf\u53ca\u90bb\u8fd1\u8f96\u533a\u8fd160\u4e07\u4eba\u7684\u533b\u7597\u4fdd\u5065\u4efb\u52a1\u3002\u533b\u9662\u5360\u573014\u4e07\u5e73\u65b9\u7c73\uff0c\u5206","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2367"};
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 () {
}
});
});
}