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=321&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: 1743893839,
nonceStr: 'EhxatHAbJa2epnlf',
signature: '9d16e9625b987ed13626807d88e2601829e96950',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\uff1a\u60a3\u764c\u5973\u533b\u751f\u53d1400\u591a\u6761\u5fae\u4fe1\u5b89\u6170\u5bb6\u5c5e","smalltext":"19\u5c81\u5c0f\u4f19\u56e0\u611f\u5192\u4e45\u62d6\u5bfc\u81f4\u201c\u767d\u80ba\u201d\u5ba3\u544a\u75c5\u5371\uff0c\u7236\u4eb2\u7126\u8651\u7cbe\u795e\u7d27\u5f20\uff0c\u4f4f\u9662\u768418\u5929\u91cc\uff0c\u5973\u533b\u751f\u5168\u5929\u5019\u5173\u6ce8\u75c5\u60c5\uff0c\u5728\u5168\u529b\u6cbb\u7597\u7684\u540c\u65f6\uff0c\u53d1\u9001400\u591a\u6761\u5fae\u4fe1\u5b89\u6170\u5bb6\u5c5e\u3002\u5f97\u77e5\u5973\u533b\u751f\u8fd8\u662f\u80bf\u7624\u60a3\u8005\uff0c\u5c0f\u4f19\u7684\u7236\u4eb2\u66f4\u4e3a\u611f\u52a8\uff0c\u8fd1\u65e5\u4e13\u7a0b\u7ed9\u5979\u9001\u6765\u9526\u65d7\u8868\u793a\u611f\u8c22\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=321"};
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 () {
}
});
});
}