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=5051&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: 1746209621,
nonceStr: 'HfgGrEoPQFvpkkbP',
signature: 'f99e9b60f99221165445e4d7ef1bef27d3a3b055',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u8bfb\u300a\u62a4\u7406\u672d\u8bb0\u300b\u6709\u611f","smalltext":"\u62a4\u7406\u672d\u8bb0\u662f\u201c\u63d0\u706f\u5973\u795e\u201d\u5357\u4e01\u683c\u5c14\u603b\u7ed3\u4e00\u751f\u62a4\u7406\u5de5\u4f5c\u7ecf\u9a8c\u7559\u4e0b\u7684\u540d\u8457\uff0c\u4e3b\u8981\u8bb0\u8f7d\u4e86\u5305\u62ec\u75c5\u4eba\u65e5\u5e38\u8d77\u5c45\u3001\u996e\u98df\u7761\u7720\u3001\u8c08\u8bdd\u548c\u89c2\u5bdf\u7b49\u5185\u5bb9\u5728\u5185\u7684\u5404\u9879\u6ce8\u610f\u4e8b\u9879\uff0c\u5bf9\u62a4\u7406\u5b66\u79d1\u7684\u53d1\u5c55\u5177\u6709\u91cd\u8981\u610f\u4e49","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5051"};
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 () {
}
});
});
}