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=6753&classid=14&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: 1743632894,
nonceStr: 'Hw25My8wXPniE04l',
signature: '227c0b2f29b1f296b354c75422ed75e815ba1e4a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u628a\u6211\u4ea4\u7ed9\u56fd\u5bb6\u5427\u2014\u2014\u4e00\u540d\u9000\u4f0d\u8001\u5175\u7684\u9057\u613f","smalltext":" \u5728ICU\u7684\u75c5\u623f\u91cc\uff0c\u6709\u4e00\u4f4d\u60a3\u8005\uff0c\u6ca1\u6709\u610f\u8bc6\uff0c\u773c\u89d2\u5374\u6709\u6cea\u6c34\u3002\u6bcf\u6bcf\u62a4\u58eb\u5927\u58f0\u547c\u558a\u4ed6\u540d\u5b57\u7684\u65f6\u5019\uff0c\u4f1a\u76b1\u4e00\u4e0b\u7709\uff0c\u5fae\u5fae\u70b9\u4e0b\u5934\u3002\u91cd\u75c7\u76d1\u62a4\u5ba4\u91cc\u9664\u4e86\u673a\u5668\u53d1\u51fa\u6ef4\u6ef4\u6ef4\uff0c\u5c31\u662f\u5fd9\u788c\u7684\u533b\u62a4\u5728\u5fd9\u788c\u505a\u5404\u79cd\u6cbb\u7597\uff0c\u987e\u8001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6753"};
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 () {
}
});
});
}