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=427&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: 1744317793,
nonceStr: 'mj9892Xw48VfufIL',
signature: '7123def1853fee1f762ef6b19f38c30b1bf77b8e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u4e2d\u5e74\u7537\u5b50\u88ab\u4eb2\u4eba\u79bb\u5f03\uff0c\u533b\u62a4\u4eba\u5458\u4f38\u51fa\u63f4\u52a9\u4e4b\u624b","smalltext":"\u5728\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u795e\u7ecf\u5185\u79d1\u4e00\u75c5\u533a\u6709\u4e00\u540d\u56e0\u8111\u6897\u4f4f\u9662\u7684\u4e2d\u5e74\u7537\u5b50\uff0c\u5de6\u4fa7\u80a2\u4f53\u65e0\u529b\uff0c\u5410\u8bcd\u4e0d\u6e05\uff0c\u88ab\u670b\u53cb\u9001\u8fdb\u533b\u9662\u540e\u4e5f\u65e0\u4eb2\u4eba\u8fc7\u6765\u770b\u671b\u3002\u6765\u9662\u540e\uff0c\u4ed6\u4e0d\u613f\u4e0e\u4eba\u4ea4\u8c08\uff0c\u591a\u6b21\u8868\u73b0\u51fa\u8f7b\u751f\u5ff5\u5934\u3002\u795e\u7ecf\u5185\u79d1\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=427"};
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 () {
}
});
});
}