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=3115&classid=13&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: 1743715073,
nonceStr: 'V8CB8FGdamHcv3CG',
signature: 'bab66f4dbe2a9aa7ce3b31b0a69db6b3030d9c65',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u60e0\u5dde\u5e02\u4e2d\u5fc3\u4eba\u6c11\u533b\u9662\u91cd\u75c7\u533b\u5b66\u56e2\u961f\uff1a\u4e0d\u5fd8\u521d\u5fc3\uff0c\u7528\u9752\u6625\u70b9\u71c3\u68a6\u60f3","smalltext":"\u60e0\u5dde\u5e02\u4e2d\u5fc3\u4eba\u6c11\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\uff08ICU\uff09\u7ec4\u5efa\u4e8e2002\u5e74\uff0c\u662f\u5168\u56fd\u536b\u751f\u8ba1\u751f\u7cfb\u7edf\u5148\u8fdb\u96c6\u4f53\u3001\u5168\u56fd\u4f18\u79c0\u62a4\u7406\u793a\u8303\u75c5\u623f\u3001\u5168\u56fd\u9752\u5e74\u6587\u660e\u53f7\u96c6\u4f53\u3001\u5e7f\u4e1c\u7701\u4e34\u5e8a\u91cd\u70b9\u5b66\u79d1\u3001\u60e0\u5dde\u5e02\u91cd\u75c7\u533b\u5b66\u79d1\u533b\u7597\u8d28\u91cf\u63a7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=3115"};
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 () {
}
});
});
}