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=1196&classid=4&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: 1746128166,
nonceStr: 'KepacTHEp8EfaZ3i',
signature: '18db41a9a3e7638d5ff0a47f196f9ad736b9dab4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\u7f57\u6625\u71d5\uff1a\u5806\u780c\u6709\u6e29\u5ea6\u7684\u533b\u9662\u4eba\u6587\u4fe1\u606f","smalltext":"\u66fe\u5728\u6570\u5e74\u95f4\uff0c\u706f\u4e0b\u6587\u5b57\u4e00\u76f4\u6e29\u6696\u7740\u6211\uff0c\u966a\u4f34\u7740\u6211\uff0c\u6fc0\u52b1\u7740\u6211\u3002\u7ec8\u6709\u4e00\u5929\uff0c\u533b\u9662\u9886\u5bfc\u6839\u636e\u6211\u7684\u4e1a\u4f59\u7231\u597d\uff0c\u8ba9\u6211\u517c\u804c\u5ba3\u4f20\u79d1\u5de5\u4f5c\uff0c\u4ece\u4e8b\u533b\u9662\u6587\u5316\u5efa\u8bbe\u548c\u5bf9\u5185\u5bf9\u5916\u5ba3\u4f20\u3002\u90a3\u65f6\uff0c\u533b\u9662\u7684\u5ba3\u4f20\u5de5\u4f5c\u8fd8\u975e\u5e38\u5c40\u9650\uff0c\u51e0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1196"};
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 () {
}
});
});
}