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=3847&classid=9&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: 1741896254,
nonceStr: '2sswORRy0dMQtBV7',
signature: '7a26f37cd5924bba664e5385d4492324a0a16384',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f55\u88d5\u6c11\uff1a\u8ba9\u201c\u963f\u5c14\u8328\u6d77\u9ed8\u75c5\u201d\u60a3\u8005\u4f18\u96c5\u5730\u8001\u53bb","smalltext":"\u4ed6\u662f\u4e2d\u533b\u4e34\u5e8a\u5927\u5496\uff0c\u5c24\u5176\u5728\u4e2d\u533b\u80bf\u7624\u6cbb\u7597\u65b9\u9762\u9020\u8be3\u6df1\u539a\uff1b\u4ed6\u662f\u8d70\u8fd1\u5927\u4f17\u7684\u533b\u5b66\u6559\u80b2\u5bb6\uff0c\u5df2\u505a\u533b\u5b66\u79d1\u666e\u62a5\u544a700\u591a\u573a\uff1b\u4ed6\u662f\u201c\u764c\u75c7\u53ea\u662f\u6162\u6027\u75c5\u201d\u7406\u5ff5\u7684\u6700\u65e9\u63d0\u51fa\u8005\uff0c\u8fd1\u5e74\u53c8\u5728\u963f\u5c14\u8328\u6d77\u9ed8\u75c5\uff08\u4fd7\u79f0\uff1a\u8001\u5e74","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=3847"};
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 () {
}
});
});
}