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=3303&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: 1747081820,
nonceStr: 'DpqjdqPT4CGeScwX',
signature: '3b1d6a71fbb39e40798dd65c1b0f04231773a3a4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u83b1\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u60a8\u5b88\u62a4\u56fd\u5bb6\uff0c\u6211\u4eec\u5b88\u62a4\u60a8\uff01\u666e\u5916\u4e00\u79d1\u5e2e\u52a988\u5c81\u6297\u6218\u8001\u5175\u89e3\u9664\u75c5\u75db","smalltext":"88\u5c81\u6297\u6218\u8001\u5175\uff0c\u56e0\u4e25\u91cd\u7684\u524d\u5217\u817a\u589e\u751f\u3001\u5c3f\u6f74\u7559\u7b49\u95ee\u9898\u5165\u9662\uff0c\u4f46\u56e0\u8001\u4eba\u60a3\u6709\u4e25\u91cd\u7684\u963f\u5c14\u8328\u6d77\u9ed8\u75c7\uff0c\u5bf9\u9ebb\u9189\u548c\u624b\u672f\u90fd\u63d0\u51fa\u4e86\u6311\u6218\uff0c\u533b\u9662\u591a\u5b66\u79d1\u5408\u4f5c\uff0c\u6210\u529f\u4e3a\u8001\u4eba\u5b9e\u65bd\u624b\u672f\uff0c\u89e3\u51b3\u8001\u4eba\u591a\u5e74\u56f0\u6270\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3303"};
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 () {
}
});
});
}