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=6895&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: 1752559193,
nonceStr: 'xrQUOqB61JpvLoX0',
signature: 'aa020f18e5a0d3b5d817a0160bc2d6fa77f3a2ca',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202507\/31e06c05c6aa814fcea7089043652d22.jpg","title":"\u56fd\u5185\u9996\u90e8\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u201c\u4f53\u68c0\u62a5\u544a\u201d\u51fa\u7089\uff1a\u533b\u62a4\u4eba\u5458\u6e34\u6c42\u201c\u7406\u89e3\u3001\u51cf\u8d1f\u3001\u5c0a\u91cd\u201d","smalltext":"\u8fd1\u65e5\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u4e1a\u59d4\u5458\u4f1a\u4e3b\u5bfc\u7684\u300a\u5168\u56fd\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u57fa\u7ebf\u8c03\u67e5\u62a5\u544a\u300b\u6b63\u5f0f\u53d1\u5e03\u3002\u4f5c\u4e3a\u56fd\u5185\u9996\u90e8\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u7cfb\u7edf\u6027\u7684\u8c03\u67e5\u5206\u6790\uff0c\u8fd9\u4e00\u4efd\u8986\u76d6\u5168\u56fd27\u4e2a\u7701\u7ea7\u884c\u653f\u5355\u4f4d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6895"};
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 () {
}
});
});
}