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=6722&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: 1746135124,
nonceStr: 't4CIjYidoVUz3nj1',
signature: '8b6f756d47716a0b14c6f5d6eec3b0404f2aedd3',
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\u51ac\u65e5\u7684\u6696\u6a58","smalltext":"\u4e00\u4e2a\u5fd9\u788c\u800c\u5e73\u51e1\u7684\u591c\u665a\uff0c\u6211\u4e3a\u5218\u5927\u7237\u76ae\u4e0b\u6ce8\u5c04\u6bcf\u65e5\u4e24\u6b21\u7684\u90a3\u66f2\u809d\u7d20\u9499\u6ce8\u5c04\u6db2\uff0c\u5218\u5927\u7237\u5f88\u70ed\u60c5\u8bf4\uff1a\u201c\u62a4\u58eb\u591c\u73ed\u8fd8\u662f\u5f88\u5fd9\u54e6\uff0c\u62ff\u4e24\u4e2a\u6a58\u5b50\uff0c\u89e3\u89e3\u6e34\u5427\uff01\u201d\u6211\u8fde\u5fd9\u9053\uff1a\u201c\u8c22\u8c22\uff0c\u8c22\u8c22\uff0c\u4e0d\u7528\u4e86\uff01\u201d\u5bb6\u5c5e\u5df2\u7ecf\u773c\u75be\u624b\u5feb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6722"};
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 () {
}
});
});
}