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=4876&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: 1746210492,
nonceStr: '1Q49YylvLUDtyeNg',
signature: 'cb6db4ab025b197ccea73740dd1c6b1bf82d60ac',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u4e3a\u6c11\u89e3\u75c5\u75db\uff0c\u516c\u76ca\u60c5\u6000\u6620\u521d\u5fc3","smalltext":"\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u63d0\u51fa\u7684\u201c\u6ca1\u6709\u5168\u6c11\u5065\u5eb7\uff0c\u5c31\u6ca1\u6709\u5168\u9762\u5c0f\u5eb7\u201d\u7684\u91cd\u8981\u8bba\u65ad\uff0c\u628a\u4eba\u6c11\u5065\u5eb7\u653e\u5728\u4f18\u5148\u53d1\u5c55\u7684\u6218\u7565\u5730\u4f4d\uff0c\u4ee5\u666e\u53ca\u5065\u5eb7\u751f\u6d3b\u3001\u4f18\u5316\u5065\u5eb7\u670d\u52a1\u3001\u5b8c\u5584\u5065\u5eb7\u4fdd\u969c\u7b49\u4e3a\u53d1\u5c55\u91cd\u70b9\u3002\u6606\u5c71\u5e02\u4e00\u533b\u9662\u6df1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4876"};
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 () {
}
});
});
}