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=6524&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: 1743703393,
nonceStr: 'kwoT5aQacBeXPcOh',
signature: 'fbdeb64248d0d77037ae9bdfb2e493cace16fbc9',
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\uff1a50\u5c81\u7684\u5979\u8fce\u6765\u4e00\u4e2a\u7279\u522b\u768425\u5c81\u751f\u65e5","smalltext":" \u900f\u6790\u60a3\u8005\u662f\u4e00\u7c7b\u7279\u6b8a\u7fa4\u4f53\uff0c\u4eca\u5929\u6211\u4eec\u4e00\u8d77\u6765\u770b\u770b\u4e00\u4f4d\u201c\u80be\u6597\u58eb\u201d25\u5e74\u7684\u611f\u4eba\u6545\u4e8b\u3002 \u201c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\uff0c\u795d\u4f60\u751f\u65e5\u5feb\u4e50\u2026\u2026\u201d3\u670810\u65e5\u662f\u4e16\u754c\u80be\u810f\u75c5\u65e5\uff0c\u6d4f\u9633\u5e02\u4e2d\u533b\u533b\u9662\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\u75c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6524"};
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 () {
}
});
});
}