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=3973&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: 1745108409,
nonceStr: 'Bt77codWtkPLbjJe',
signature: '8cf4fa17ab2075f37bb42792f7c0fe84b82aadb7',
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\uff1a50\u540e\u5916\u79d1\u533b\u751f\uff1a\u6ca1\u6709\u810f\u6d3b\u7d2f\u6d3b\uff0c\u80fd\u7ed9\u60a3\u8005\u89e3\u51b3\u95ee\u9898\u5c31\u884c","smalltext":" \u8fd1\u65e5\uff0c\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u5bfc\u533b\u53f0\u7684\u7559\u8a00\u7c3f\u4e0a\u88ab\u60a3\u8005\u5199\u4e0a\u4e86\u8fd9\u6837\u7684\u4e00\u53e5\u8bdd\uff1a\u201c\u611f\u8c22\u4e8e\u8bb8\u6c49\u751f\u8fd9\u4f4d\u50cf\u4eb2\u4eba\u4e00\u6837\uff0c\u662f\uff08\u4f3c\uff09\u5bfc\u5e08\u7684\u597d\u533b\u751f\u3002\u201d\u8fd9\u4f4d\u8bb8\u533b\u751f\u7a76\u7adf\u505a\u4e86\u4ec0\u4e48\uff0c\u8ba9\u60a3\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3973"};
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 () {
}
});
});
}