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=977&classid=5&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: 1747100912,
nonceStr: 'HmIU7vlnIJWOZZ2W',
signature: 'edd15d2cdb10af2d4036a421771163ce620b53cc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7f57\u6c5f\u533a\u4eba\u6c11\u533b\u9662:\u533b\u7597\u667a\u80fd\u5316 \u89e3\u51b3\u201c\u770b\u75c5\u96be\u201d","smalltext":" \u201c\u54ce\uff01\u660e\u5929\u53c8\u8981\u53bb\u533b\u9662\u770b\u75c5\uff0c\u60f3\u8d77\u5c31\u5934\u75db\u3002\u201d\u201c\u533b\u9662\u8ddf\u4e2a\u8ff7\u5bab\u4f3c\u7684\uff0c\u4e00\u65f6\u534a\u4f1a\u4e5f\u627e\u4e0d\u7740\u8def\uff0c\u7d2f\u5f97\u5f88\u3002\u201d\u201c\u770b\u54ea\u4e2a\u533b\u751f\uff1f\u533b\u751f\u5728\u54ea\u91cc\uff1f\u5728\u54ea\u6302\u53f7\u7f34\u8d39\uff1f\u5728\u54ea\u53d6\u68c0\u67e5\u7ed3\u679c\uff1f\u201d......\u8fd9\u4e9b\u597d\u50cf\u662f\u4f17\u591a\u60a3\u8005\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=977"};
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 () {
}
});
});
}