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=1051&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: 1749448102,
nonceStr: 'MCtTXse9rB4Nk63Y',
signature: 'b0ef5bc5d4e20d653ab806fadd48844f9930bb1c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u5b66\u9738\u201d\u533b\u751f\u517b\u6210\u8bb0","smalltext":"\u8fd1\u5e74\u6765\uff0c\u8bf4\u8d77\u201c\u5b66\u9738\u201d\u8fd9\u4e2a\u70ed\u70b9\u8bcd\u8bed\uff0c\u53d7\u5f88\u591a\u5f71\u89c6\u5267\u548c\u5c0f\u8bf4\u7684\u5f71\u54cd\uff0c\u76f8\u4fe1\u5f88\u591a\u4eba\u7b2c\u4e00\u53cd\u5e94\u5c31\u662f\u9ad8\u667a\u5546\u3001\u9ad8\u51b7\u3001\u9ad8\u989c\u503c\u8fd9\u6837\u7684\u201c\u4e09\u9ad8\u4eba\u58eb\u201d\u4ee5\u81f3\u4e8e\u5230\u73b0\u5728\uff0c\u5f88\u591a\u4eba\u90fd\u4f1a\u8ba4\u4e3a\u201c\u5b66\u9738\u201d\u8fd9\u7fa4\u4eba\uff0c\u5c31\u5e94\u8be5","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1051"};
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 () {
}
});
});
}