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=4243&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: 1744970017,
nonceStr: 'QQJZAoaFwTSaosJZ',
signature: '7b9d763bfad6b69d845c4dda6afc69273981c442',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u54b3\u55fd\u54af\u8840\u56db\u5341\u5929\uff0c\u75c5\u56e0\u7adf\u662f\u9c7c\u9aa8\u5934","smalltext":"4\u67087\u65e5\u4e0a\u534811\u65f6\u8bb8\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u533b\u52a1\u4eba\u5458\u7528\u652f\u6c14\u7ba1\u955c\u4ece\u6f58\u7237\u7237\u7684\u6c14\u7ba1\u91cc\u53d6\u51fa\u4e86\u4e00\u5757\u9c7c\u9aa8\u5934\uff0c\u8fd9\u5757\u4ece\u6c14\u7ba1\u91cc\u53d6\u51fa\u7684\u9c7c\u9aa8\u5934\u5927\u5c0f\u7ea62.8cm*1.5cm\uff0c\u5176\u4e2d\u957f\u7684\u4e00\u7aef\u7565\u4e3a\u5c16\u5229\uff0c\u4e0a\u9762\u8fd8\u5e26\u4e00\u4e9b\u8840\u6c34\uff0c\u56f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4243"};
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 () {
}
});
});
}