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=1812&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: 1747167860,
nonceStr: 'MHPSyw4h5duvQa1f',
signature: '40c8058ef4e6fd75b55c50a36d8ce367e9cd0d25',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8f9f\u8c23\uff1a\u6c14\u6eb6\u80f6\u80fd\u628a\u75c5\u6bd2\u5e26\u8d7013\u516c\u91cc\uff1f\u522b\u5413\u552c\u81ea\u5df1\uff01","smalltext":"\u679c\u7136\u4e0d\u51fa\u6211\u6240\u6599\uff0c\u670b\u53cb\u5708\u7684\u5404\u79cd\u6c14\u6eb6\u80f6\u6050\u60e7\u90fd\u51fa\u73b0\u4e86\uff0c\u6bd4\u5982\u670b\u53cb\u5708\u5404\u79cd\u8f6c\u53d1\u7684\u201c13\u516c\u91cc\u4e8b\u4ef6\u201d\u3002\u7528\u6c14\u6eb6\u80f6\u548c13\u516c\u91cc\u4f5c\u4e3a\u5173\u952e\u8bcd\u5728\u641c\u72d7\u7684\u5fae\u4fe1\u641c\u7d22\u529f\u80fd\u91cc\uff0c\u76ee\u524d\u80fd\u90fd\u52306\u9875\u4ee5\u4e0a\u3002\u65f6\u95f4\u90fd\u662f\u4eca\u5929","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1812"};
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 () {
}
});
});
}