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=4824&classid=10&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: 1744924716,
nonceStr: 'OQJyUWmQ4LJoTrvY',
signature: 'e4910702351d2aaf233edd24f20da0864c9e5e41',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u5927\u8352\u96c6\u56e2\u7ea2\u5174\u9686\u533b\u9662-\u79c9\u627f\u521d\u5fc3\u8df5\u4f7f\u547d \u51dd\u805a\u4f17\u667a\u8fc8\u65b0\u7a0b","smalltext":"\u7ea2\u5174\u9686\u533b\u9662\u515a\u59d4\u59cb\u7ec8\u79c9\u6301\u4e3a\u4eba\u6c11\u670d\u52a1\u7684\u521d\u5fc3\uff0c\u52c7\u4e8e\u62c5\u5f53\u793e\u4f1a\u8d23\u4efb\uff0c\u4ee5\u515a\u5efa\u5f15\u9886\u5404\u9879\u5efa\u8bbe\u3001\u51dd\u805a\u53d1\u5c55\u5408\u529b\uff0c\u9510\u610f\u521b\u65b0\uff0c\u52c7\u4e8e\u5f00\u62d3\uff0c\u63a8\u52a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u8fdb\u7a0b\u4e0d\u65ad\u52a0\u5feb\u3002\u81ea\u6297\u201c\u75ab\u201d\u6218\u4e89\u6253\u54cd\u540e\uff0c\u533b\u9662\u515a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4824"};
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 () {
}
});
});
}