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=4777&classid=12&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: 1743915526,
nonceStr: 'HvLkpn18R5mvrgCu',
signature: '5bd9ce668e8c2a40343f8a2fb4a8c568bb80e369',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5bbf\u5dde\u5e02\u7acb\u533b\u9662-\u62a4\u7406\u90e8\u4e3b\u4efb\u9648\u82b9","smalltext":"2020\u5e74\u6625\u8282\uff0c\u6ce8\u5b9a\u662f\u4e00\u4e2a\u4ee4\u5168\u56fd\u4eba\u6c11\u96be\u5fd8\u7684\u65b0\u5e74\u3002\u5728\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u7684\u8086\u8650\u4e0b\uff0c\u4f5c\u4e3a\u5b89\u5fbd\u7701\u9996\u6279\u65b0\u51a0\u80ba\u708e\u6551\u6cbb\u5b9a\u70b9\u533b\u9662\uff0c\u5bbf\u5dde\u5e02\u7acb\u533b\u9662\u628a\u63e1\u201c\u5168\u9662\u4e00\u76d8\u68cb\u201d\u9632\u63a7\u5927\u5c40\uff0c\u7cbe\u5fc3\u7ec4\u7ec7\u3001\u7f1c\u5bc6\u5b89\u6392\uff0c\u5408\u7406\u8c03","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4777"};
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 () {
}
});
});
}