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=237&classid=3&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: 1743702951,
nonceStr: 'tHcoSLJz92WfWQcr',
signature: 'df2b2a08c60245b086473549252e826247c02d7f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u5f20\u8339\uff1a\u5fc3\u4f3c\u6d6e\u4e91\u5e38\u81ea\u5728","smalltext":"\u5f20\u8339\uff0c\u5973\uff0c\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u8840\u7ba1\u5916\u79d1\u62a4\u58eb\u957f\u3002\u8fd1\u5e74\u6765\uff0c\u53d1\u8868\u56fd\u5bb6\u7ea7\u7701\u7ea7\u8bba\u65876\u4f59\u7bc7\uff0c2018\u5e74\u83b7\u5b9e\u7528\u65b0\u578b\u4e13\u5229\u8bc1\u4e6610\u9879\uff0c2019\u5e74\u81f3\u4eca\u83b7\u5b9e\u7528\u65b0\u578b\u4e13\u5229\u6388\u674315\u9879\uff0c2017\u5e743\u6708\u521b\u5efa\u4f18\u8d28\u62a4\u7406\u54c1\u724c\u300a\u7545\u6696","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=237"};
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 () {
}
});
});
}