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=4853&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: 1749195057,
nonceStr: '7XXvlzaGmnuZEXkr',
signature: '41da7710a650e72f869e7ee6df771b5efacca666',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662-\u575a\u51b3\u6253\u8d62\u75ab\u60c5\u9632\u63a7\u201c\u786c\u4ed7\u201d\u575a\u5b9a\u4e0d\u79fb\u63a8\u52a8\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u9762\u5bf9\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\uff0c\u76d8\u9526\u8fbd\u6cb9\u5b9d\u77f3\u82b1\u533b\u9662\u515a\u59d4\u4e25\u683c\u8d2f\u5f7b\u843d\u4e0a\u7ea7\u5173\u4e8e\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u7684\u90e8\u7f72\u548c\u8981\u6c42\uff0c\u614e\u7ec8\u5982\u59cb\u3001\u7edf\u7b79\u517c\u987e\u3001\u79ef\u6781\u4f5c\u4e3a\uff0c\u63a8\u8fdb\u515a\u5efa\u5f15\u9886\u65b0\u65f6\u4ee3\u533b\u9662\u6587\u5316\u5efa\u8bbe\uff0c\u5f62\u6210\u7ef4\u62a4\u516c\u76ca\u6027\u3001\u8c03\u52a8","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4853"};
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 () {
}
});
});
}