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=6716&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: 1746135579,
nonceStr: 'QybK8dOSMN90cnbI',
signature: '2974820338efb127dccbf3ca0719580c4b4c7a0c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u521b\u5efa\u4e09\u597d\u6c9f\u901a \u8d4b\u80fd\u62a4\u7406\u827a\u672f","smalltext":" \u6839\u636e\u300a\u6e56\u5317\u7701\u4e09\u7ea7\u533b\u9662\u8bc4\u5ba1\u6807\u51c6\u5b9e\u65bd\u7ec6\u5219\u300b\u7b2c\u4e09\u90e8\u5206\u300a\u73b0\u573a\u68c0\u67e5\u300b\u5185\u5bb9\uff0c\u7b2c\u4e8c\u7ae0\u7b2c68\u67613\u6b3e\u89c4\u5b9a\u3010\u52a0\u5f3a\u5bf9\u533b\u52a1\u4eba\u5458\u533b\u60a3\u6c9f\u901a\u6280\u5de7\u7684\u57f9\u8bad\uff0c\u63d0\u9ad8\u533b\u60a3\u6c9f\u901a\u80fd\u529b\u3011\uff0c\u8981\u6c42\u533b\u9662\u521b\u5efa\u826f\u597d\u7684\u6c9f\u901a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6716"};
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 () {
}
});
});
}