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=1795&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: 1749463117,
nonceStr: 'AsU9kRgflqR9kOrc',
signature: '19ed3da105565faccdff6e7e94450d3aadf71b00',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f62\u5ddd\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u6297\u75ab\u4e00\u7ebf\u533b\u62a4\u4eba\u5458\u7d27\u5f20\u4e4b\u4f59\u7684\u201c\u82b1\u6837\u201d\u7761\u6001","smalltext":"\u5728\u201c\u6297\u75ab\u201d\u7684\u7279\u6b8a\u65f6\u671f\uff0c\u5927\u591a\u6570\u4eba\u90fd\u5f85\u5728\u5bb6\u91cc\uff0c\u51cf\u5c11\u5916\u51fa\uff0c\u6bcf\u5929\u90fd\u80fd\u7761\u5230\u81ea\u7136\u9192\u7684\u65e5\u5b50\u751a\u81f3\u4f1a\u88ab\u6211\u4eec\u5acc\u5f03\u201c\u592a\u65e0\u804a\u201d\u3002\u4f46\u662f\u5bf9\u4e8e\u90a3\u4e9b\u594b\u6218\u5728\u6297\u51fb\u75ab\u60c5\u4e00\u7ebf\u7684\u82f1\u96c4\u4eec\uff0c\u80fd\u8eba\u4e0b\u7761\u4e00\u4f1a\u513f\u5df2\u7ecf\u6210\u4e86\u4ed6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1795"};
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 () {
}
});
});
}