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=1975&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: 1749448049,
nonceStr: 'u1Ax4AJXU8FbZMJ7',
signature: '4a1b2fc34526124e213c067b4592705192d2c471',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u4e49\u5de5\u4f19\u4f34\u6696\u5fc3\u5173\u6000 \u8ba9\u6297\u75ab\u524d\u7ebf\u7684\u533b\u52a1\u4eba\u5458\u62e5\u6709\u66f4\u5f3a\u6218\u6597\u529b","smalltext":"\u65b0\u51a0\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\u6253\u54cd\u4ee5\u6765\uff0c\u603b\u6709\u4e00\u7fa4\u5e73\u51e1\u53c8\u771f\u5b9e\u7684\u7ea2\u9a6c\u7532\u966a\u4f34\u7740\u533b\u62a4\u4eba\u5458\u540c\u5fc3\u6218\u75ab\uff0c\u4ed6\u4eec\u6216\u8bb8\u6709\u6050\u60e7\uff0c\u6216\u8bb8\u6709\u62c5\u5fc3\uff0c\u4f46\u66f4\u613f\u610f\u7528\u201c\u5949\u732e \u53cb\u7231 \u4e92\u52a9 \u8fdb\u6b65\u201d\u7684\u5fd7\u613f\u8005\u7cbe\u795e\u4e3a\u9006\u98ce\u800c\u884c\u7684\u6218\u58eb","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1975"};
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 () {
}
});
});
}