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=3259&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: 1749376027,
nonceStr: '5vyvYydP8pvN07KT',
signature: '5083a55e3d0f750cb2c35f1722c8d243d2f14e93',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u4eba\u6587\u5173\u6000\u5f70\u663e\u5927\u7231\u65e0\u7586 \u4f18\u8d28\u62a4\u7406\u52a9\u4eba\u7f8e\u68a6\u6210\u771f","smalltext":"\u5f53\u60a8\u8eba\u5728\u624b\u672f\u5ba4\u91cc\uff0c\u5fc3\u91cc\u4f1a\u5bb3\u6015\u5417\uff1f\u5982\u679c\u6709\u4eba\u80fd\u63e1\u4f4f\u60a8\u7684\u624b\uff0c\u5b89\u6170\u9f13\u52b1\u60a8\uff0c\u662f\u5426\u4f1a\u611f\u5230\u4e00\u4e1d\u6e29\u6696\uff1f\u5728\u5f53\u4e0b\u7684\u533b\u7597\u73af\u5883\u4e2d\uff0c\u624b\u672f\u5ba4\u7684\u62a4\u7406\u5df2\u4e0d\u4ec5\u9650\u4e8e\u5355\u7eaf\u7684\u6280\u672f\u64cd\u4f5c,\u4ee5\u5c0a\u91cd\u60a3\u8005\u7684\u751f\u547d\u4ef7\u503c\u3001\u4eba\u683c\u5c0a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3259"};
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 () {
}
});
});
}