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=182&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: 1744328662,
nonceStr: 'UEUXRBzOW4qJG2K1',
signature: '8f0bef23814ed52120da2c6ad35ad178dc6fd27c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u80bf\u7624\u533b\u9662\uff1a\u662f\u4ec0\u4e48\u6837\u7684\u533b\u9662\u80fd\u591f\u8ba9\u60a3\u8005\u8fd9\u6837\u56de\u62a5\uff1f","smalltext":"6\u6708\u7684\u4e00\u5929\uff0c\u4ee5\u4e3a\u60a3\u764c\u8001\u4eba\u8fde\u7eed4\u5e74\u4e3a\u56db\u5ddd\u7701\u80bf\u7624\u533b\u9662\u7684\u75c5\u623f\u9001\u9ec4\u6877\u5170\u7684\u6545\u4e8b\u7684\u5f15\u53d1\u4e92\u8054\u7f51\u767e\u4e07\u9605\u8bfb\u3002 \u5c31\u5728\u8fd9\u4e2a\u533b\u9662\uff0c\u6709\u60a3\u8005\u4e09\u5341\u4f59\u5e74\u95f4\u591a\u6b21\u4e13\u7a0b\u6765\u533b\u9662\uff0c\u53ea\u4e3a\u770b\u671b31\u5e74\u524d\u6551\u4ed6\u4e00\u547d\u7684\u533b\u751f\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=182"};
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 () {
}
});
});
}