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=148&classid=11&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: 1746210598,
nonceStr: 'vbf7D6QKoflFZ3Ug',
signature: '440e8f6ddf3e85f38486808dc1184d86e34b1667',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"37\u2103\u751f\u547d\u652f\u6301\uff1a\u4f59\u6e29\u5b88\u62a4\uff0c\u8ba9\u751f\u547d\u66f4\u6709\u5c0a\u4e25","smalltext":"37\u2103\u751f\u547d\u652f\u6301\uff1a\u4f59\u6e29\u5b88\u62a4\uff0c\u8ba9\u751f\u547d\u66f4\u6709\u5c0a\u4e25\u968f\u7740\u4e2d\u56fd\u4eba\u53e3\u8001\u9f84\u5316\u8d8b\u52bf\u7684\u65e5\u76ca\u52a0\u5267\uff0c\u5065\u5eb7\u95ee\u9898\u8d8a\u6765\u8d8a\u5f97\u5230\u91cd\u89c6\uff0c\u5c24\u5176\u662f\u6076\u6027\u80bf\u7624\u5df2\u6210\u4e3a\u4e2d\u56fd\u6700\u5927\u7684\u516c\u5171\u536b\u751f\u95ee\u9898\u3002\u4f17\u6240\u5468\u77e5\uff0c\u80bf\u7624\u665a\u671f\u60a3\u8005\u4e0d\u4ec5\u8981\u906d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=148"};
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 () {
}
});
});
}