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=4231&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: 1750156996,
nonceStr: 'vrvKsmH6vRfEIkaB',
signature: 'b6ee77566cfa08445effa5a66b440ffb8f1d2769',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e00\u4e2a\u201c\u5907\u53d7\u4e89\u8bae\u201d\u7684\u7537\u5987\u4ea7\u533b\u751f","smalltext":"\u201c\u5927\u5a18\uff0c\u60a8\u7684\u808c\u7624\u73b0\u5728\u5df2\u7ecf10\u5398\u7c73\u4ee5\u4e0a\u4e86\uff0c\u65e2\u7136\u60a8\u53bb\u8fc7\u591a\u5bb6\u533b\u9662\uff0c\u4e5f\u4f1a\u77e5\u9053\u8179\u8154\u955c\u4e0b\u5de8\u5927\u5b50\u5bab\u808c\u7624\u5207\u9664\u96be\u5ea6\u5f88\u9ad8\uff0c\u4f46\u662f\u6309\u60a8\u7684\u8981\u6c42\uff0c\u6211\u4eec\u5df2\u7ecf\u5bf9\u60a8\u7684\u8eab\u4f53\u60c5\u51b5\u505a\u4e86\u5168\u9762\u7684\u8bc4\u4f30\uff0c\u5e76\u5236\u5b9a\u597d\u4e86\u624b\u672f\u65b9\u6848","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4231"};
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 () {
}
});
});
}