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=2227&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: 1747123250,
nonceStr: 'ZMLDYyBH7jphhln5',
signature: 'df89399072ddfbc234a33b495d5a702dd0fa1cb2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u660e\u5929\u518d\u8fdb\u9694\u79bb\u75c5\u623f","smalltext":"3\u67082\u65e5\uff0c\u5728\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662EICU\u75c5\u533a\uff0c\u6211\u4eec\u770b\u5230\u4e86\u4e00\u4e2a\u719f\u6089\u7684\u8eab\u5f71\u3002\u5979\u5c31\u662f\u521a\u521a\u4ece\u75ab\u60c5\u7684\u6700\u524d\u6cbf\u9635\u5730\u2014\u2014\u65b0\u51a0\u80ba\u708e\u5371\u91cd\u75c7\u75c5\u623f\u56de\u6765\u7684\u62a4\u58eb\u957f\u9646\u4fca\u3002\u5728\u5706\u6ee1\u5b8c\u6210\u6551\u6cbb\u4efb\u52a1\u7ed3\u675f\u7559\u89c2\u70b9\u533b\u5b66\u89c2\u5bdf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2227"};
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 () {
}
});
});
}