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=6668&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: 1743925736,
nonceStr: 'tiGSzpYmRMEdjqXC',
signature: '701cc427e44303c35057e558edded05517f1bed6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e03\u5e74\u9664\u5915\u591c\u7684\u6e29\u6696\u8bb0\u5fc6","smalltext":"\u5728\u8fd9\u4e2a\u5feb\u8282\u594f\u7684\u65f6\u4ee3\uff0c\u65f6\u95f4\u4f3c\u4e4e\u6210\u4e3a\u6700\u5962\u4f88\u7684\u8d22\u5bcc\u3002\u9664\u5915\u591c\uff0c\u5f53\u4e07\u5bb6\u706f\u706b\u8f89\u714c\uff0c\u56e2\u5706\u996d\u684c\u4e0a\u6d0b\u6ea2\u7740\u6b22\u58f0\u7b11\u8bed\u65f6\uff0c\u603b\u6709\u4e00\u7fa4\u4eba\u575a\u5b88\u5728\u5c97\u4f4d\u4e0a\uff0c\u4ed6\u4eec\u662f\u767d\u8863\u6218\u58eb\uff0c\u662f\u751f\u547d\u7684\u5b88\u62a4\u8005\u3002\u800c\u6211\uff0c\u4f5c\u4e3a\u4e00\u540d\u4ece\u4e34\u5e8a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6668"};
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 () {
}
});
});
}