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=2177&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: 1749447860,
nonceStr: 'EvJLTe59Mbeg8DY0',
signature: '67f1729e1792c3e6c71ea3cc39db25540fa5fb1b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a\u4e00\u5c01\u6765\u81ea\u6297\u75ab\u533b\u751f\u5bb6\u5c5e\u7684\u81f4\u656c\u4fe1","smalltext":"\u6ca1\u4ec0\u4e48\u4eba\u4f1a\u60f3\u5230\uff0c\u6211\u628a\u6211\u7231\u4eba\u5f53\u4f5c\u699c\u6837\u3002\u5979\u6bd4\u6211\u5c0f\uff0c\u6211\u53c2\u52a0\u5de5\u4f5c\u4e09\u3001\u56db\u5e74\uff0c\u5979\u624d\u6643\u6643\u60a0\u60a0\u4ece\u5927\u5b66\u6821\u95e8\u51fa\u6765\uff0c\u53c8\u5f00\u5f00\u5fc3\u5fc3\u8d70\u8fdb\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u5927\u95e8\u3002\u5728\u5355\u4f4d\u5341\u4e94\u5e74\uff0c\u6ca1\u8ddf\u4eba\u7ea2\u8fc7\u4e00\u6b21\u8138\uff0c\u4e0d\u7ba1\u548c\u75c5\u4eba\u8fd8","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2177"};
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 () {
}
});
});
}