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=961&classid=4&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: 1746134611,
nonceStr: 'Jz3iQG9mo3qchDIj',
signature: '6c85bfa000729b13ddf5a97c6dc84ef4a8e421cb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u6e29\u6c5f\u533b\u9662\u51cc\u6606\uff1a\u6c89\u9ed8\u4e0d\u662f\u5c18\u4e16\u666e\u6d4e\u4e8e\u6211\u7684\u8425\u517b\u54c1","smalltext":"\u4ece\u6765\u6ca1\u6709\u9884\u89c1\u8fc7\uff0c\u6700\u540e\uff0c\u6211\u4f1a\u5728\u533b\u9662\u8ba8\u4e00\u7897\u996d\u5403\u3002\u5c3d\u7ba1\u5bb6\u91cc\u6709\u7236\u4eb2\u5728\u533b\u9662\u5de5\u4f5c\u7684\u57fa\u56e0\uff0c\u4f46\u533b\u9662\u90a3\u80a1\u523a\u9f3b\u7684\u6d88\u6bd2\u6c34\u5473\u9053\uff0c\u59cb\u7ec8\u5c31\u597d\u50cf\u878d\u4e0d\u8fdb\u6211\u7684\u751f\u6d3b\u6c14\u606f\u3002\u6709\u8c01\u4f1a\u559c\u6b22\u533b\u9662\u5462\uff1f\u4f46\u4e8b\u5b9e\u5c31\u662f\u4e8b\u5b9e\uff0c\u53d1\u751f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=961"};
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 () {
}
});
});
}