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=247&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: 1746209618,
nonceStr: 'iDWXhPCifCyA9ckb',
signature: '127c6e09daae36d9da3dce336a04e71af416457b',
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\uff1a\u6211\u5c31\u60f3\u62fc\u4e00\u4e0b\uff01\u53ea\u8981\u5b9d\u5b9d\u8fd8\u6d3b\u7740","smalltext":"\u60a3\u6709\u7cfb\u7edf\u6027\u7ea2\u6591\u72fc\u75ae\u3001\u72fc\u75ae\u80be\u708e\u7684\u674e\u7ea2\u672c\u4e0d\u5b9c\u6000\u5b55\u751f\u5b50\uff0c\u4f46\u5979\u5bf9\u5b69\u5b50\u7684\u6e34\u6c42\uff0c\u6253\u52a8\u4e86\u5218\u6021\uff0c\u5386\u7ecf\u4e86\u5e26\u72b6\u75b1\u75b9\u3001\u80c6\u6de4\u3001\u7f8a\u6c34\u6781\u5ea6\u504f\u5c11\u3001\u80ce\u513f\u53d1\u80b2\u8fdf\u7f13\u7b49\u4e00\u7cfb\u5217\u96be\u4ee5\u5fcd\u53d7\u7684\u6253\u51fb\u4e0e\u632b\u6298\u4e4b\u540e\uff0c\u674e\u7ea2\u7d27\u7d27\u6525\u7740\u4e00\u4e1d\u5e0c\u671b\uff0c\u628a\u6bcd\u5b50\u6027\u547d\u4ea4\u7ed9\u4e86\u5218\u6021\u533b\u751f\u4e3a\u4e3b\u7684\u4e00\u7fa4\u533b\u62a4\u4eba\u5458\u624b\u4e2d\u3002\u6700\u7ec8\uff0c\u674e\u7ea2\u7ecf\u8fc7\u5343\u8f9b\u4e07\u82e6\u7684\u5b55\u7a0b\u4e4b\u8def\uff0c\u4ee5\u4e00\u79cd\u6bcd\u6027\u7684\u987d\u5f3a\u4e0e\u4f1f\u5927\u4e4b\u7231\u751f\u4e0b\u4e86\u81ea\u5df1\u7684\u5b69\u5b50\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=247"};
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 () {
}
});
});
}