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=2675&classid=13&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: 1743764690,
nonceStr: 'NCRGgCjcLaSzAKjC',
signature: '80a2738166aef54d06718df69eddf69d57d9a88d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\u5fae\u4fe1\u56e2\u961f\uff1a\u505a\u81ea\u5a92\u4f53\u65f6\u4ee3\u6709\u5f71\u54cd\u529b\u7684\u5065\u5eb7\u7ba1\u7406\u8005","smalltext":"\u8fd1\u5e74\u6765\uff0c\u90d1\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\u59cb\u7ec8\u575a\u6301\u201c\u75c5\u4eba\u7684\u9700\u8981\u662f\u7b2c\u4e00\u4f4d\u7684\u201d\u670d\u52a1\u7406\u5ff5\uff0c\u575a\u5b9a\u6587\u5316\u81ea\u4fe1\uff0c\u7528\u516d\u5341\u4f59\u8f7d\u7684\u4f20\u627f\u79ef\u6dc0\uff0c\u5f62\u6210\u4e86\u5e95\u8574\u4e30\u539a\u3001\u7279\u8272\u9c9c\u660e\u7684\u533b\u9662\u6587\u5316\u3002\u4e3a\u4e86\u63d0\u5347\u533b\u7597\u8d28\u91cf\uff0c\u63d0\u5347\u670d\u52a1\u6c34\u5e73\uff0c\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2675"};
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 () {
}
});
});
}