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=6673&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: 1746136142,
nonceStr: 'pRXscey9EY0akiR4',
signature: '76c189546e0a223e9ed88c791659b047f343ad1f',
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\u76d1\u62a4\u5ba4\u4e2d\u7684\u4e24\u9897\u5fc3","smalltext":"\u6b63\u503c\u5341\u6708\u5e95\uff0c\u6842\u82b1\u5df2\u7ecf\u843d\u5b8c\uff0c\u67ab\u53f6\u72b9\u5982\u7fe9\u7fe9\u8d77\u821e\u7684\u8774\u8776\u7f13\u6162\u843d\u4e0b\u3002\u5728\u91d1\u79cb\u7684\u4e00\u4e2a\u4e0b\u5348\uff0c\u6211\u4eec\u63a5\u5230\u901a\u77e5\uff0c\u8981\u51c6\u5907\u63a5\u6536\u4e00\u4e2a\u8f66\u7978\u5916\u4f24\u76846\u4e2a\u6708\u5b9d\u5b9d\u3002\u5b9d\u5b9d\u662f\u7531\u4ed6\u7684\u7236\u4eb2\u966a\u540c\u9001\u81f3\u76d1\u62a4\u5ba4\u95e8\u53e3\uff0c\u5f53\u65f6\u4ed6\u7236","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6673"};
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 () {
}
});
});
}