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=3668&classid=5&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: 1745118955,
nonceStr: 'G3a8NM9tTBW7gibs',
signature: '37648acf8e0661fda20c5ae05ac811fc4a02d102',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u5207\u9664\u80a0\u9053\u606f\u8089\u540e\uff0c\u7239\u7239\u6709\u4e86\u201c\u4fbf\u4fbf\u54a8\u8be2\u5e08\u201d","smalltext":" \u8bf4\u5230\u4fbf\u4fbf\uff0c\u901a\u5e38\u96be\u767b\u5927\u96c5\u4e4b\u5802\uff0c\u4e00\u822c\u4eba\u90fd\u4e0d\u4f1a\u63d0\u8d77\u3002\u4f46\u662f\u5bf9\u4e8e\u80a0\u9053\u75be\u75c5\u60a3\u8005\u6765\u8bf4\uff0c\u6700\u60f3\u5173\u6ce8\u7684\u5c31\u662f\u81ea\u5df1\u7684\u5927\u4fbf\u3002\u9762\u5bf9\u7d27\u5f20\u7684\u5f90\u7239\u7239\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff08\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09\u6d88\u5316\u5185\u79d1\u6c5f\u5357","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3668"};
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 () {
}
});
});
}