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=4065&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: 1745056761,
nonceStr: '3tt12Ih8QfpFCOX1',
signature: 'ad5a5971826a72097a80737b1657eb58b795bb65',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e00\u4efd\u7279\u522b\u7684\u65b0\u6625\u795d\u798f","smalltext":"\u6625\u8282\u662f\u4e07\u5bb6\u56e2\u805a\uff0c\u9616\u5bb6\u6b22\u4e50\u7684\u4f20\u7edf\u8282\u65e5\uff0c\u4eb2\u670b\u597d\u53cb\u90fd\u4f1a\u5728\u8fd9\u4e00\u5929\u7eb7\u7eb7\u76f8\u4e92\u9001\u4e0a\u6700\u771f\u631a\u6700\u7f8e\u597d\u7684\u795d\u798f\u3002\u6566\u5316\u5e02\u533b\u9662\u80bf\u7624\u79d1\u62a4\u58eb\u5728\u65b0\u6625\u4f73\u8282\u8fd9\u4e00\u5929\u6536\u5230\u4e86\u4e00\u6761\u7279\u6b8a\u7684\u7684\u77ed\u4fe1\u795d\u798f\uff0c\u8fd9\u6761\u77ed\u4fe1\u795d\u798f\u662f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4065"};
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 () {
}
});
});
}