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=2488&classid=12&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: 1744130171,
nonceStr: 'y2P4dXfYAXSfh5Te',
signature: '711fb4c15e576aa8104af1ab1407f9f987f09713',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\u6768\u5fd7\u5e73\uff1a\u541b\u5b50\u65e0\u754f\u7acb\u5371\u5899 \u9510\u610f\u5f00\u62d3\u6539\u9769\u8def","smalltext":"\u5b5f\u5b50\u66f0\uff1a\u541b\u5b50\u4e0d\u7acb\u4e8e\u5371\u5899\u4e4b\u4e0b\uff0c\u610f\u601d\u662f\u541b\u5b50\u5e94\u8be5\u8fdc\u79bb\u5371\u9669\u7684\u5730\u65b9\u3002\u800c\u5728\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u4e09\u7532\u533b\u9662\u7684\u9662\u957f\u5708\u5b50\u91cc\uff0c\u6709\u8fd9\u6837\u4e00\u4f4d\u4e0e\u4f17\u4e0d\u540c\u7684\u5e74\u8f7b\u9662\u957f\uff1a\u8d8a\u662f\u5371\u9669\u7684\u5730\u65b9\uff0c\u4ed6\u8d8a\u662f\u51b2\u5728\u6700\u524d\u7ebf\uff1b\u8d8a\u662f\u8270\u96be\u6c89\u91cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2488"};
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 () {
}
});
});
}