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=2432&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: 1747125071,
nonceStr: '07JlAmoVE6skOg9Z',
signature: 'd6c93ca542ab8cd37a83b490f9b18d3b5fcc76ae',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\uff1a\u522b\u614c\uff0c\u516c\u4f17\u79d1\u5b66\u6234\u53e3\u7f69\u6307\u5f15","smalltext":"\u3000\u3000\u79d1\u5b66\u6234\u53e3\u7f69\uff0c\u5bf9\u4e8e\u65b0\u51a0\u80ba\u708e\u3001\u6d41\u611f\u7b49\u547c\u5438\u9053\u4f20\u67d3\u75c5\u5177\u6709\u9884\u9632\u4f5c\u7528\uff0c\u65e2\u4fdd\u62a4\u81ea\u5df1\uff0c\u53c8\u6709\u76ca\u4e8e\u516c\u4f17\u5065\u5eb7\u3002\u76ee\u524d\uff0c\u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5f62\u52bf\u4e0b\uff0c\u4e3a\u5f15\u5bfc\u516c\u4f17\u79d1\u5b66\u6234\u53e3\u7f69\uff0c\u6709\u6548\u9632\u63a7\u75ab\u60c5\uff0c\u4fdd\u62a4\u516c\u4f17\u5065\u5eb7\uff0c\u7279","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2432"};
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 () {
}
});
});
}