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=4619&classid=13&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: 1743633015,
nonceStr: 'JJmxOl274sruvOlP',
signature: 'b835e73952a12e20c7861722569034483bc1fd30',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e58\u6f6d\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6218\u75ab\u6709\u6211\uff0c\u4f7f\u547d\u5fc5\u8fbe\uff01\u6211\u53eb\u60e0\u666f\u201c\u5fd7\u613f\u7ea2\u201d\uff01","smalltext":"7\u670830\u65e5\uff0c\u968f\u7740\u6e58\u6f6d\u5e02\u9996\u4f8b\u65b0\u51a0\u75c5\u4f8b\u786e\u8bca\uff0c\u65b0\u4e00\u8f6e\u6218\u75ab\u6253\u54cd\uff0c\u6e58\u6f6d\u5e02\u4e2d\u5fc3\u533b\u9662\u515a\u59d4\u5feb\u901f\u54cd\u5e94\u5168\u9762\u90e8\u7f72\uff0c\u5168\u9662\u804c\u5de5\u706b\u901f\u5e94\u6218\uff0c\u575a\u5b88\u5c97\u4f4d\uff0c\u653e\u5f03\u4f11\u606f\uff0c\u6295\u5165\u5230\u75ab\u60c5\u4e00\u7ebf\uff0c\u4ed6\u4eec\u8fd8\u6709\u4e00\u4e2a\u5171\u540c\u7684\u540d\u5b57\u53eb\u60e0\u666f\u201c\u5fd7\u613f\u7ea2\u201d\u3002\u662f\u6211\uff0c\u4e5f\u662f\u4f60\u4eec\uff0c\u5728\u548c\u201c\u5fb7\u5c14\u5854\u201d\u7684\u8d5b\u8dd1\u548c\u8f83\u91cf\u4e2d\uff0c\u6211\u4eec\u4ece\u672a\u7f3a\u5e2d\uff0c\u53ec\u4e4b\u5373\u6765\uff0c\u6765\u4e4b\u80fd\u6218\uff0c\u6709\u4e00\u4efd\u5149\uff0c\u53d1\u4e00\u4efd\u70ed\uff0c\u7528\u201c\u901f\u5ea6\u201d\u548c\u201c\u6fc0\u60c5\u201d\u8be0\u91ca\u7740\u8d23\u4efb\u548c\u62c5\u5f53\uff0c\u6000\u7740\u6218\u4e4b\u5fc5\u80dc\u7684\u51b3\u5fc3\u52c7\u8d74\u8fd9\u573a\u6218\u75ab\uff01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=4619"};
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 () {
}
});
});
}