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=1965&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: 1747145201,
nonceStr: 'HAohLlqyzM8R2nfp',
signature: 'efbc01f5a98971eddb1118ad976240ed73af0c9f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u5bb6\u4eba\u7684\u8bf7\u6218\u4e66","smalltext":"\u201c\u54b1\u533b\u9662\u8981\u53bb\u6e56\u5317\u652f\u63f4\u4e0d\uff1f\u5982\u679c\u8981\u53bb\uff0c\u6211\u62a5\u540d\uff01\u201d\u201c\u4e00\u7ebf\u9700\u8981\u4eba\u5458\uff0c\u7b97\u4e0a\u6211\u4e00\u4e2a\uff01\u201d\u2026\u2026\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u51fa\u73b0\u4ee5\u6765\uff0c\u6211\u4eec\u4e0d\u65ad\u6536\u5230\u62a4\u7406\u4eba\u5458\u8bf7\u7f28\u5230\u201c\u524d\u7ebf\u201d\u7684\u58f0\u97f3\u3002\u66fe\u660e\u4e00\u5bb6\u4eba\u7684\u8054\u540d\u8bf7\u6218\u4e662\u67089\u65e5\uff0c\u6211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1965"};
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 () {
}
});
});
}