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=6695&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: 1743703356,
nonceStr: 'w6wUcWlV2s0he0io',
signature: 'c630c5da3da2de4ef2844f1b57c4d4f28d71b995',
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\u70b9\u4e00\u76cf\u706f\uff0c\u5b88\u4e00\u6761\u8def","smalltext":"\u4ee5\u5e73\u51e1\u7684\u884c\u52a8\uff0c\u4e66\u5199\u4e0d\u5e73\u51e1\u7684\u79d1\u5ba4\u53d1\u5c55\uff0c\u4e00\u4e2a\u4e2a\u771f\u5b9e\u7684\u955c\u5934\uff0c\u63cf\u7ed8\u771f\u5b9e\u7684\u8840\u6db2\u51c0\u5316\u6545\u4e8b\uff0c\u8fd9\u662f\u540c\u884c\u8005\u7684\u771f\u60c5\u5171\u9e23\uff0c\u4e5f\u662f\u4e34\u5e8a\u4e00\u7ebf\u7684\u575a\u5b88\uff0c\u552f\u6709\u5168\u529b\u4ee5\u8d74\uff0c\u624d\u80fd\u7167\u4eae\u751f\u547d\u5e0c\u671b\u7684\u524d\u8def\u3002\u7279\u6b8a\u7684\u79d1\u5ba4\u8fce\u63a5\u7740","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6695"};
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 () {
}
});
});
}