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=2934&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: 1749398676,
nonceStr: 'P7n4ormUHZvZkdEa',
signature: 'bafa1dcd469c6fe012b9b29620b5c08089faea88',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u9752\u79c0\u533a\u51e4\u5cad\u5317\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u6211\u4eec\u7684\u6297\u75ab\u201c\u6b63\u6c14\u6b4c\u201d","smalltext":"\u6709\u8fd9\u6837\u4e00\u7fa4\u533b\u52a1\u5de5\u4f5c\u8005\u4ed6\u4eec\u5c11\u6709\u5728\u4e0e\u75be\u75c5\u640f\u6597\u7684\u75c5\u623f\u91cc\u6325\u6c57\u5982\u96e8\u4f46\u4ed6\u4eec\u4e00\u76f4\u5728\u5b88\u62a4\u7740\u7fa4\u4f17\u5065\u5eb7\u4ed6\u4eec\u7684\u811a\u5370\u904d\u5e03\u5728\u75ab\u60c5\u5904\u7f6e\u3001\u75c5\u6bd2\u68c0\u6d4b\u3001\u968f\u8bbf\u3001\u8f6c\u79fb\u60a3\u8005\u3001\u4f53\u6e29\u76d1\u6d4b\u7684\u73b0\u573a\u4ed6\u4eec\u7684\u8eab\u5f71\u5fd9","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2934"};
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 () {
}
});
});
}