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=6515&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: 'xCAaBhuuiyndxSFg',
signature: 'fd4221c5498cc823acae01338d0a323956c957db',
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\u9ad8\u539f\u7684\u683c\u6851\u82b1","smalltext":" \u8fd9\u662f\u6211\u7b2c\u4e00\u6b21\u8ddf\u968f\u201c\u7ea2\u8272\u519b\u533b\u8fb9\u5173\u884c\u201d\u533b\u7597\u961f\u8d70\u8fdb\u8fb9\u9632\u54e8\u6240\u3002\u5728\u8fd9\u91cc\uff0c\u6211\u770b\u5230\u4e86\u82f1\u59ff\u98d2\u723d\u7684\u5973\u5175\uff0c\u5979\u4eec\u50cf\u4e00\u6735\u6735\u6de1\u96c5\u3001\u5e7d\u9759\u7684\u201c\u683c\u6851\u82b1\u201d\uff0c\u7efd\u653e\u5728\u897f\u5357\u8fb9\u9672\u7684\u96ea\u57df\u9ad8\u539f\u4e0a\uff0c\u4ee4\u6211\u5370\u8c61\u6df1\u523b\u3002\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6515"};
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 () {
}
});
});
}