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=4017&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: 1745056099,
nonceStr: 'DreLaukepLPtTQ1Q',
signature: 'c71bd18fd2b04b8d68675184a3edb53432501b3a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u80c3\u80a0\u5916\u79d1\u6536\u5230\u611f\u8c22\u4fe1 \u6696\u5fc3\u670d\u52a1\u6da6\u5fc3\u7530","smalltext":" \u201c\u6211\u662f\u4f4f\u9662\u90e8\u80c3\u80a0\u5916\u79d1\u7684\u4e00\u540d\u60a3\u8005\u5f20\u6d2a\u6b4c\uff0c\u57282021\u5e741\u670827\u65e5\u81f32\u670825\u65e5\u4f4f\u9662\u5b9e\u65bd\u80c3\u80a0\u5207\u9664\u624b\u672f\u671f\u95f4\uff0c\u5f97\u5230\u79d1\u5ba4\u5168\u4f53\u533b\u62a4\u4eba\u5458\u7ec6\u5fc3\u7684\u5475\u62a4\u548c\u7cbe\u5fc3\u7684\u533b\u6cbb\uff0c\u5728\u75db\u82e6\u7684\u6cbb\u7597\u8fc7\u7a0b\u4e2d\uff0c\u611f\u53d7\u5230\u6625\u98ce","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4017"};
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 () {
}
});
});
}