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=5581&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: 1746134509,
nonceStr: 'HCUZ8E1weCRGSl0e',
signature: '0a7d92b988fa0cc1626576a30c5da0809e216e8a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u5065\u5eb7\u95ee\u9898\u4e00\u4e2a\u7535\u8bdd\u5e2e\u89e3\u51b3","smalltext":"\u8eab\u4f53\u4e0d\u8212\u670d\u6211\u8be5\u770b\u54ea\u4e2a\u79d1\uff1f\u4eca\u5929\u6709\u54ea\u4e9b\u4e13\u5bb6\u5750\u8bca\u5462\uff1f\u5468\u672b\u80fd\u4e0d\u80fd\u53bb\u533b\u9662\u67e5\u4f53\uff1f\u670b\u53cb\u4eec\uff0c\u4f60\u662f\u5426\u6709\u5f88\u591a\u95ee\u53f7\uff1f\u751a\u81f3\u56e0\u4e3a\u6ca1\u660e\u767d\u533b\u9662\u7684\u5404\u9879\u6d41\u7a0b\u767d\u767d\u8dd1\u7a7a\u4e86\u597d\u591a\u8d9f\uff1f\u73b0\u5728\u8fd9\u4e9b\u95ee\u9898\uff0c\u4e00\u4e2a\u7535\u8bdd\u5e2e\u60a8\u89e3\u51b3\uff015553","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5581"};
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 () {
}
});
});
}