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=5332&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: 1746152768,
nonceStr: 'omqUhC7HWDvbRKiu',
signature: '24d47256c2a35971445f3f08d48be03428ce69a9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u4e3e\u529e\u201c\u4e94\u56db\u201d\u9752\u5e74\u8282\u8bfb\u4e66\u5206\u4eab\u4f1a\uff0c\u7545\u8c08\u6240\u5f97 \u8d4b\u80fd\u6210","smalltext":"\u5728\u8fd9\u6837\u4e00\u4e2a\u4e07\u6728\u8471\u830f\u7684\u597d\u65f6\u8282\uff0c\u9002\u9022\u4e2d\u56fd\u5171\u4ea7\u4e3b\u4e49\u9752\u5e74\u56e2\u6210\u7acb100\u5468\u5e74\u66a8\u4e94\u56db\u8fd0\u52a8103\u5468\u5e74\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u4e3e\u529e\u4e86\u4e94\u56db\u9752\u5e74\u8282\u8bfb\u4e66\u5206\u4eab\u66a8\u8868\u5f70\u4f1a\uff0c\u5411\u5efa\u56e2\u767e\u5e74\u732e\u793c\u3002\u9605\u8bfb\u4e0e\u8046\u8d4f\uff0c\u662f\u9762\u5bf9\u81ea\u6211\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5332"};
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 () {
}
});
});
}