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=6703&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: 1746136142,
nonceStr: 't2SyW23qdA5zbETc',
signature: '409a5d64c799f6b806c7c10b2bd7c37333d595a2',
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\u5f18\u626c\u5fd7\u613f\u7cbe\u795e \u5b9e\u8df5\u533b\u9662\u6587\u660e","smalltext":"\u533b\u9662\u662f\u6cbb\u75c5\u9632\u6cbb\u3001\u4fdd\u969c\u4eba\u6c11\u5065\u5eb7\u7684\u793e\u4f1a\u4e3b\u4e49\u536b\u751f\u4e8b\u4e1a\u5355\u4f4d\uff0c\u662f\u6bcf\u5f53\u4eba\u4eec\u8eab\u4f53\u4e0d\u9002\u6216\u8005\u5173\u6ce8\u81ea\u8eab\u7684\u5065\u5eb7\u65f6\u9996\u5148\u60f3\u5230\u7684\u5730\u65b9\uff0c\u6240\u4ee5\u8bf4\u533b\u9662\u5c31\u662f\u6551\u6b7b\u6276\u4f24\uff0c\u4fc3\u8fdb\u5065\u5eb7\u7684\u795e\u5723\u4e4b\u5730\u3002\u968f\u7740\u793e\u4f1a\u7ecf\u6d4e\u7684\u4e0d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6703"};
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 () {
}
});
});
}