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=3010&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: 1749396871,
nonceStr: '8x6SQApgjTkoE0DQ',
signature: '9ea5a66b6db467950778f0cb7a9d8aac7bb21327',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u62a4\u58eb\u53d8\u8eab\u201c\u4e34\u65f6\u5976\u5988\u201d\uff0c\u7528\u81ea\u5df1\u7684\u4e73\u6c41\u5582\u517b\u60a3\u8005\u5b69\u5b50","smalltext":" 12\u670810\u65e5\uff0c\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\u8096\u656c\u62a4\u58eb\u5728\u670b\u53cb\u5708\u201c\u706b\u201d\u4e86\u8d77\u6765\uff0c\u56e0\u4e3a\u4e00\u4e2a\u6696\u5fc3\u7684\u5584\u4e3e\uff0c\u7f51\u53cb\u4eec\u7eb7\u7eb7\u79f0\u8d5e\u5979\u4e3a\u201c\u4e34\u65f6\u5988\u5988\u201d\u3002 12\u67089\u65e5\u4e0b\u53482\u70b9\u5de6\u53f3\uff0c\u5728\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\u95e8","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3010"};
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 () {
}
});
});
}