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=3870&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: 1745108995,
nonceStr: 'n8AbPJ5MnrfRq6KM',
signature: '89d483176fdf7ddeb010b1f686c45e31c8f45d93',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u5343\u4e07\u4e2a\u7f8e\u4e3d\u7684\u672a\u6765\uff0c\u62b5\u4e0d\u4e0a\u4e00\u4e2a\u6e29\u6696\u7684\u73b0\u5728","smalltext":"2020\u5e7412\u670816\u65e5\uff0c\u4e00\u4e2a\u666e\u901a\u7684\u5468\u4e09\u591c\u91cc\uff0c\u6211\u4eec\u79d1\u5ba4\u6700\u540e\u4e00\u53f0\u624b\u672f\u4e5f\u4e8e18\u70b930\u5b89\u5168\u8fd4\u56de\u75c5\u623f\uff0c\u75c5\u623f\u8d70\u5eca\u7684\u65f6\u949f\u5728\u5600\u55d2\u5600\u55d2\u7684\u54cd\u52a8\uff0c18\u70b930\u300118\u70b940\u300118\u70b950\uff0c\u540c\u4e8b\u4eec\u9646\u9646\u7eed\u7eed\u8ddf\u6211\u8bf4:\u201c\u62dc\u62dc\u201d\u3002\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3870"};
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 () {
}
});
});
}