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=1582&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: 1747201934,
nonceStr: 'GdLwEpc2Mcy0d8bZ',
signature: 'aaff7a3394f11f7d28eb6eceae66888e48aafec5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c7e\u9633\u533b\u9662\uff1a2020\u5e741\u6708\u5f00\u59cb\u5b9e\u884c\u533b\u7528\u8017\u6750\u96f6\u52a0\u6210","smalltext":"2020\u5e74\u7684\u7b2c\u4e00\u5929\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u7ed9\u8001\u533a\u767e\u59d3\u9001\u51fa\u4e86\u4e00\u4efd\u5927\u793c\u2014\u2014\u533b\u7528\u8017\u6750\u96f6\u52a0\u6210\uff0c\u5168\u90e8\u533b\u7528\u8017\u6750\u90fd\u4ee5\u5b9e\u9645\u8d2d\u8fdb\u4ef7\u683c\u8ba1\u8d39\uff01\u6838\u78c1\u3001CT\u3001\u68c0\u9a8c\u7b49\u5927\u578b\u8bbe\u5907\u68c0\u67e5\u9879\u76ee\u518d\u6b21\u964d\u8d39\uff01\u8fd9\u662f\u7ee7\u533b\u9662\u53d6\u6d88\u836f\u54c1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1582"};
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 () {
}
});
});
}