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=1106&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: 1743703093,
nonceStr: 'CO5uBBEZp2gdz0F3',
signature: '97b02fb9a1ccf9ca04967f22001f96eea910bc92',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u859b\u745e\u537f :\u4e00\u4f4d\u91cd\u75c7\u809d\u708e\u60a3\u8005\u7684\u66b4\u98ce\u96ea","smalltext":"\u6211\u4eec\u60f3\u628a\u8fd9\u4ef6\u4e8b\u7eaa\u5f55\u4e0b\u6765\u3002\u867d\u7136\u5b83\u771f\u5b9e\u3001\u6b8b\u9177\uff0c\u4f46\u5374\u89c1\u8bc1\u4e86\u60a3\u8005\u4e0e\u75c5\u9b54\u6297\u4e89\u7684\u52c7\u6562\u4e0e\u575a\u5f3a\uff0c\u4e5f\u9053\u51fa\u4e86\u533b\u5b66\u5728\u75be\u75c5\u9762\u524d\u7684\u6709\u9650\u4e0e\u65e0\u5948\uff0c\u533b\u8005\u5728\u75be\u75c5\u9762\u524d\u7684\u575a\u5b88\u4e0e\u5927\u7231\u2026\u2026\u963f\u78ca\uff0c37\u5c81\uff0c\u9152\u7cbe\u6027\u809d\u786c\u5316","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1106"};
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 () {
}
});
});
}