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=3298&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: 1745135491,
nonceStr: 'a3KFOC9LlwqD4xIp',
signature: 'e9900d56eb90fb9d35a2edeb8dd704dbdfbe131a',
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\u793c\u8d5e\u6218\u201c\u75ab\u201d\u5929\u4f7f\uff5c\u4e89\u505a\u9006\u884c\u8005","smalltext":"\u770b\u7740\u9010\u6e10\u70ed\u95f9\u7684\u8857\u9053\uff0c\u4f7f\u6211\u56de\u60f3\u8d77\u5728\u6025\u8bca\u9884\u68c0\u5206\u8bca\u7684\u70b9\u70b9\u6ef4\u6ef4\uff0c\u8fd9\u4e9b\u753b\u9762\u81f3\u4eca\u4ecd\u90fd\u6d6e\u73b0\u5728\u6211\u7684\u8111\u6d77\u91cc\uff01\u5728\u8fd9\u573a\u65b0\u51a0\u75ab\u60c5\u9762\u524d\uff0c\u6566\u5316\u5e02\u533b\u9662\u5eb7\u590d\u533b\u5b66\u79d1\u5168\u4f53\u533b\u62a4\u4eba\u5458\u4e34\u5371\u53d7\u547d\uff0c\u627f\u62c5\u8d77\u4e86\u6025\u8bca\u6d4b\u6e29\u70b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3298"};
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 () {
}
});
});
}