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=4844&classid=11&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: 1749199484,
nonceStr: 'xwKXuLYKZ5O3UVWl',
signature: 'a9693af1b38de46a61343d63979c9a18ab8960c2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662-\u4ece\u4e00\u4e2a\u62e5\u62b1\u5f00\u59cb","smalltext":"\u201c\u6211\u662f\u827e\u6ecb\u75c5\u611f\u67d3\u8005\uff0c\u4f60\u613f\u610f\u7ed9\u6211\uff0c\u4e00\u4e2a\u62e5\u62b1\u5417\uff1f\u201d\u8fd9\u662f\u4e00\u4e2a\u5fc3\u9178\u7684\u95ee\u9898\uff0c\u4f46\u6709\u4e00\u4e2a\u6e29\u6696\u7684\u7b54\u6848\u3002 \u7136\u800c\uff0c\u56de\u60f3\u5341\u5e74\u524d\uff0c\u60c5\u51b5\u5374\u4e0d\u662f\u8fd9\u6837\u7684\u2014\u2014\u201c\u5618\uff0c\u6211\u662f\u6297\u827e\u533b\u751f\u201d\u5e38\u5dde\u7684\u827e\u6ecb\u75c5\u4eba\u90fd\u96c6\u4e2d\u6536\u6cbb\u5728","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4844"};
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 () {
}
});
});
}