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=6707&classid=14&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: 1746135495,
nonceStr: 'UFbo4ABcrR0QtFTG',
signature: 'f94ec009dd02fa1d3d8c4356b5df61f7e61c4360',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e0a\u6d77\u5e02\u6d66\u4e1c\u533b\u9662\u201c\u5929\u4f7f\u966a\u8bca\u201d\u2014\u2014\u533b\u5b66\u4eba\u6587\u5173\u6000\u7684\u751f\u52a8\u5b9e\u8df5","smalltext":"\u4e00\u3001\u9879\u76ee\u80cc\u666f\u5728\u533b\u7597\u9886\u57df\uff0c\u4eba\u6587\u5173\u6000\u662f\u63a8\u52a8\u670d\u52a1\u8d28\u91cf\u63d0\u5347\u3001\u6784\u5efa\u5065\u5eb7\u533b\u60a3\u5173\u7cfb\u7684\u57fa\u77f3\u3002\u968f\u7740\u65b0\u533b\u6539\u653f\u7b56\u7684\u9010\u6b65\u6df1\u5316\uff0c\u533b\u60a3\u5173\u7cfb\u7d27\u5f20\u3001\u533b\u7597\u7ea0\u7eb7\u9891\u53d1\u7b49\u95ee\u9898\u6108\u53d1\u660e\u663e\uff0c\u4f7f\u5f97\u533b\u62a4\u4eba\u5458\u7684\u804c\u4e1a\u6ee1\u610f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6707"};
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 () {
}
});
});
}