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=4314&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: 1744969709,
nonceStr: 'idQjesgBMeuEH8Rg',
signature: '8462939a2b1d30a3ec37835a58984060fb8cccb6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u8d75\u5b87\uff1a\u8fd9\u6735\u5c0f\u7ea2\u82b1\u662f\u9001\u7ed9\u4f60\u7684","smalltext":"\u65f6\u96948\u6708\uff0c\u518d\u56de\u6210\u90fd\u3002\u611f\u6168\u826f\u591a\uff0c\u5be5\u5be5\u6570\u7b14\u4ee5\u4e3a\u8bb0\u3002\u5c0f\u661f\u661f\u5bf9\uff0c\u6211\u662f\u8def\u6f14\u5927\u8d5b\u7684\u8001\u670b\u53cb\uff0c\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u6d69\u701a\u661f\u6cb3\u4e2d\u4e00\u9897\u5fae\u4e0d\u8db3\u9053\u7684\u5c0f\u661f\u661f\u3002\u5982\u679c\u8bf4\u7b2c\u4e00\u6b21\u662f\u521d\u751f\u725b\u728a\u4e0d\u6015\u864e\uff0c\u90a3\u7b2c\u4e8c\u6b21\u4e00\u5b9a\u662f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4314"};
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 () {
}
});
});
}