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=6467&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: 1744888668,
nonceStr: 'rO6HcoTZpGpXSuPn',
signature: '93c372184ac46d26c1e9f518c68569ddd8b47c37',
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\u51b7\u51b7\u7684\u591c\uff0c\u6696\u6696\u7684\u5fc3","smalltext":"\u9648\u963f\u59e8\uff0c60\u5c81\uff0c\u56e0\u201c\u8179\u80c01+\u6708\u201d\u786e\u8bca\u5375\u5de2\u764c\u6536\u5165\u9662\u884c\u672f\u524d\u5316\u7597\u3002\u51cc\u66681\u70b9\u591a\uff0c\u6211\u5de1\u89c6\u5b8c\u4e00\u5708\u5f53\u65e5\u624b\u672f\u60a3\u8005\uff0c\u6b63\u6253\u7b97\u56de\u62a4\u58eb\u7ad9\u5199\u62a4\u7406\u8bb0\u5f55\uff0c\u8def\u8fc7\u7535\u68af\u95f4\u7684\u65f6\u5019\uff0c\u6211\u770b\u89c1\u9648\u963f\u59e8\u5750\u5728\u7535\u68af\u95f4\u7684\u51f3\u5b50\u4e0a\uff0c\u7709\u5934","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6467"};
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 () {
}
});
});
}