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=2672&classid=13&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: 1746164796,
nonceStr: 'fCxvE2737oVZVM0L',
signature: '6bc1d7a7e657d0eedd5a19c3ae1ff6fa793c5a52',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u542f\u4e1c\u5e02\u4eba\u6c11\u533b\u9662\u5de5\u4f1a\uff1a\u4ee5\u5bb6\u7684\u6e29\u6696\uff0c\u5173\u5fc3\u5173\u7231\u804c\u5de5","smalltext":"\u542f\u4e1c\u5e02\u4eba\u6c11\u533b\u9662\u5de5\u4f1a\u4f5c\u4e3a\u4e00\u6240\u4e09\u7ea7\u533b\u9662\u7684\u5de5\u4f1a\uff0c\u6c5f\u82cf\u7701\u6a21\u8303\u804c\u5de5\u4e4b\u5bb6\uff0c\u59cb\u7ec8\u575a\u6301\u6b63\u786e\u653f\u6cbb\u65b9\u5411,\u4ee5\u804c\u5de5\u4e3a\u672c\uff0c\u60c5\u4e3a\u804c\u5de5\u6240\u7cfb\uff0c\u5229\u4e3a\u804c\u5de5\u6240\u8c0b\uff0c\u7d27\u7d27\u56f4\u7ed5\u533b\u9662\u5de5\u4f5c\u91cd\u5fc3\uff0c\u56f4\u7ed5\u804c\u5de5\u5bf9\u5de5\u4f1a\u7684\u8981\u6c42\u4e0e\u671f\u671b\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2672"};
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 () {
}
});
});
}