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=3287&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: 1743670144,
nonceStr: 'MI0vKOKRtmPYbdee',
signature: '95a6e46abce8b28be5bc2963e7484b1f808c566c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u4ee5\u5988\u5988\u7684\u540d\u4e49\u6765\u7231\u4f60","smalltext":"\u201c\u62a4\u58eb\u662f\u4ec0\u4e48\uff1f\u201d\u201c\u62a4\u58eb\u662f\u6253\u9488\u7684\u201d\uff0c\u8fd9\u662f\u666e\u901a\u8001\u767e\u59d3\u4ee5\u5f80\u7684\u56de\u7b54\u3002\u5728\u5168\u4e16\u754c\u5171\u540c\u7ecf\u5386\u201c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u201d \u75ab\u60c5\u4e4b\u540e\uff0c\u6211\u4eec\u518d\u95ee\u201c\u62a4\u58eb\u662f\u4ec0\u4e48\uff1f\u201d\u201c\u62a4\u58eb\u662f\u767d\u8863\u5929\u4f7f\uff0c\u662f\u6551\u6b7b\u6276\u4f24\u7684\u82f1\u96c4\u201d\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3287"};
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 () {
}
});
});
}