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=3127&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: 1743764945,
nonceStr: 'GYMo2wPUNNGISYpj',
signature: 'c3aaaa92a3c869d7cbd4f66dab842441d2ca5754',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\uff1a\u4e00\u5207\u4e3a\u4e86\u5b69\u5b50\uff0c\u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u7597","smalltext":"\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\u5728\u516d\u5341\u4e00\u5e74\u7684\u53d1\u5c55\u5efa\u8bbe\u4e2d\uff0c\u5f62\u6210\u4e86\u4ee5\u6240\u8bad\u201c\u6148\u7231\u3001\u4e25\u8c28\u3001\u6c42\u5b9e\u3001\u521b\u65b0\u201d\u4e3a\u6838\u5fc3\u7684\u7279\u6709\u7684\u6240\u9662\u6587\u5316\u3002\u968f\u7740\u56fd\u5bb6\u5bf9\u6587\u5316\u8f6f\u5b9e\u529b\u7684\u65e5\u76ca\u91cd\u89c6\uff0c\u533b\u7597\u4f53\u5236\u6539\u9769\u7684\u4e0d\u65ad\u6df1\u5165\uff0c\u201c\u4eac\u6d25\u5180\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=3127"};
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 () {
}
});
});
}