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=1980&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: 1749448172,
nonceStr: '8RgUj2fKHw74CYgD',
signature: '62de5fb49338f63dabc5059e0ca2a0f9fefc7d7e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7b49\u5230\u6a31\u82b1\u6d6a\u6f2b\u65f6\uff0c\u6211\u4e00\u5b9a\u6765\u770b\u60a8\u7b11\u7684\u6837\u5b50","smalltext":"\u201c\u4eca\u5929\u6211\u5065\u5eb7\u5730\u51fa\u9662\u3002\u9762\u5bf9\u4f17\u591a\u8bb0\u8005\uff0c\u6211\u9996\u5148\u8981\u611f\u8c22\u9ec4\u5c71\u5e02\u59d4\u3001\u653f\u5e9c\uff0c\u5176\u6b21\u8981\u611f\u8c22\u4e3a\u6211\u7684\u5eb7\u590d\u4ed8\u51fa\u8270\u8f9b\u548c\u52aa\u529b\u7684\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\u3001\u6b59\u53bf\u4eba\u6c11\u533b\u9662\u3001\u4f11\u5b81\u53bf\u603b\u533b\u9662\u548c\u660c\u4ec1\u533b\u9662\u7684\u767d\u8863\u5929\u4f7f\u4eec\uff0c\u662f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1980"};
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 () {
}
});
});
}