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=5391&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: 1743703014,
nonceStr: 'GR3U8tw9pJ1CRL7W',
signature: '4950a9917aa904530dd75c926da2d236164555c3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u4e5d\u9f99\u5761\u4eba\u6c11\u533b\u9662 :\u7528\u8d34\u5fc3\u7684\u670d\u52a1\u5b88\u597d\u6bcf\u4e00\u5c97","smalltext":"\u4e00\u76f4\u4ee5\u6765\uff0c\u75c5\u5458\u670d\u52a1\u4e2d\u5fc3\u9ed8\u9ed8\u4e3a\u60a3\u8005\u670d\u52a1\uff0c\u6781\u5927\u5730\u65b9\u4fbf\u4e86\u7fa4\u4f17\u5c31\u533b\uff0c\u5f70\u663e\u4e86\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\u201c\u4e00\u5207\u4e3a\u4e86\u4eba\u6c11\u5065\u5eb7\u201d\u8fd9\u4e00\u670d\u52a1\u5b97\u65e8\u3002\u8fd1\u65e5\uff0c\u5de5\u4f5c\u4eba\u5458\u7684\u4e3e\u52a8\u603b\u662f\u83b7\u5f97\u60a3\u8005\u7684\u8d5e\u7f8e\u548c\u611f\u8c22\uff01\u7b2c\u4e00\u4e2a\u5c0f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5391"};
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 () {
}
});
});
}