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=2231&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: 1747124981,
nonceStr: '9oRlFcDHKbQCffki',
signature: '57d63cd3ce5fb58d8efa6f7e91a4f8e25d368ee9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u5988\u5988\u50cf\u5965\u7279\u66fc\u4e00\u6837\u53c8\u5e05\u53c8\u52c7\u6562\uff01\u5988\u5988\u52a0\u6cb9\uff01\u201d","smalltext":"\u5149\u9634\u834f\u82d2\u300217\u5e74\u524d\uff0cSARS\u5e2d\u5377\u5168\u56fd\uff0c\u90a3\u4e00\u5e74\u6b63\u503c\u6211\u53c2\u52a0\u4e2d\u8003\uff0c\u6211\u5728\u586b\u62a5\u4e13\u4e1a\u4e00\u680f\u575a\u5b9a\u5730\u5199\u4e0b\u4e24\u4e2a\u5b57:\u62a4\u7406\u300212\u5e74\u524d\uff0c\u6211\u8bfb\u5927\u5b66\u7684\u6700\u540e\u4e00\u5e74\uff0c\u6c76\u5ddd\u53d1\u751f\u5927\u5730\u9707\u3002\u6211\u4eec\u4e00\u5e2e\u540c\u5b66\u6ee1\u8154\u70ed\u8840\uff0c\u7eb7\u7eb7\u8bf7\u7f28\u53bb\u5f53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2231"};
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 () {
}
});
});
}