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=2939&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: 1743703472,
nonceStr: 'Ib511043wvOD6QNb',
signature: '37798e5930335ffca07cb2e0c1f42ef752eb3572',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u4e1c\u9662\u533a\u4ea7\u79d1\uff1a\u6df1\u591c\u7684\u751f\u6b7b\u65f6\u901f","smalltext":"\u7f8a\u6c34\u6813\u585e\uff0c\u6781\u4e3a\u51f6\u9669\uff012019\u5e7411\u67085\u65e5\uff0c\u5728\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u4e1c\u9662\u533a\u4ea7\u79d1\u848b\u7389\u840d\u4e3b\u4efb\u4e0e\u9ebb\u9189\u79d1\u5f20\u5c71\u4e3b\u4efb\u7684\u6307\u5bfc\u4e0b\uff0c\u4ea7\u79d1\u3001\u9ebb\u9189\u79d1\u3001\u8840\u7ba1\u5916\u79d1\u3001\u5987\u79d1\u4e8c\u79d1\u3001\u8f93\u8840\u79d1\u3001\u624b\u672f\u5ba4\u4ee5\u53ca\u6025\u8bcaICU\u7b49\u591a\u5b66","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2939"};
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 () {
}
});
});
}