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=5197&classid=24&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: 1743630855,
nonceStr: 'JeeW6AoeH2EUF4kN',
signature: '0eaccad78640499e4022ffe12abbcdf8ce324667',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202202\/df8f65b88bf32ba606844ff2c7aa0478.jpg","title":"\u548c\u60a8\u804a\u804a\uff0c\u4e3a\u4ec0\u4e48\u5efa\u8bae\u60a82022\u5e74\u590f\u5929\u8981\u6765\u4e00\u8d9f\u6210\u90fd\uff1f","smalltext":"\u5c71\u6d77\u81ea\u6709\u5f52\u671f\uff0c\u98ce\u96e8\u81ea\u6709\u76f8\u9022\u3002\u4e00\u6643\uff0c\u53c8\u4e00\u4e2a\u6625\u5929\u5df2\u6084\u7136\u4e34\u8fd1\u3002\u867d\u7136\u4e4d\u6696\u8fd8\u5bd2\uff0c\u6625\u5149\u4f9d\u7136\u707f\u70c2\u3002\u6628\u665a\uff0c\u6211\u68a6\u89c1\u4e86\u5e74\u5ea6\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u90a3\u4e2a\u5c5e\u4e8e\u60a8\u7684\u821e\u53f0\u3002\u821e\u53f0\u4e0a\u7684\u805a\u5149\u706f\u4e0b\uff0c\u5e74\u5ea6\u4e2d\u56fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=5197"};
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 () {
}
});
});
}