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=475&classid=5&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: 1746209261,
nonceStr: 'Isv3UmvuSzTEHSpz',
signature: '045a894f31b6db94014d8dd0feefd7afa9ef923b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\uff1a\u533b\u5b66\u662f\u6709\u7231\u548c\u6e29\u6696\u7684\u79d1\u5b66","smalltext":"\u3010\u79d1\u6280\u5de5\u4f5c\u8005\u65e5\u3011\u5c71\u897f\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\u9662\u957f\u5f90\u4e91\u5cf0\u8363\u83b72019\u5e74\u957f\u6cbb\u5e02\u201d\u4f18\u79c0\u79d1\u6280\u5de5\u4f5c\u8005\u201c\u79f0\u53f7\u3002\u5e94\u9080\u53c2\u52a0\u4e86\u957f\u6cbb\u5e02\u79d1\u534f\u5728\u957f\u6cbb\u5bbe\u9986\u53ec\u5f00\u4ee5\u201c\u793c\u8d5e\u5171\u548c\u56fd\u3001\u8ffd\u68a6\u65b0\u65f6\u4ee3\u201d\u4e3a\u4e3b\u9898\u7684\u79d1\u6280\u5de5\u4f5c\u8005\u5ea7\u8c08\u4f1a\u5e76\u53d1\u8a00\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=475"};
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 () {
}
});
});
}