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=4712&classid=11&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: 1743764552,
nonceStr: 'JDsCbP78XlXB24Qt',
signature: 'c14abe660ec377a4d016c9d968b01e60aef06301',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e58\u6f6d\u5e02\u4e2d\u5fc3\u533b\u9662-\u4e34\u5e8a\u836f\u5b66\u79d1\u666e\u8da3\u5473\u53c8\u5b9e\u7528","smalltext":"\u201c\u7ea2\u4f1e\u4f1e\uff0c\u767d\u6746\u6746\uff0c\u5403\u5b8c\u8eba\u677f\u677f\u2026\u2026\u201d\uff0c\u8fd1\u6765\u4e00\u5219\u5173\u4e8e\u8611\u83c7\u4e2d\u6bd2\u8b66\u793a\u7684\u8da3\u5473\u5ba3\u4f20\u79d1\u666e\u89c6\u9891\u5728\u5fae\u4fe1\u89c6\u9891\u53f7\u3001\u670b\u53cb\u5708\u8d70\u7ea2\uff0c\u6765\u81ea\u6e58\u6f6d\u5e02\u4e2d\u5fc3\u533b\u9662\u7684\u9752\u5e74\u4e34\u5e8a\u836f\u5e08\u4eec\u81ea\u7f16\u81ea\u5bfc\u81ea\u6f14\u62cd\u6444\u4e86\u8fd9\u5219\u79d1\u666e\u89c6\u9891","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4712"};
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 () {
}
});
});
}