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=6758&classid=14&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: 1743703332,
nonceStr: 'hdUUJtZUBp7rMQdU',
signature: 'f97ba2283506fd33b5470c879a02d53ffa9bf7e7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e94\u4e07\u987a\u5fb7\u4eba\u7684\u201c\u5e72\u5988\u201d","smalltext":"1975 \u5e74\uff0c\u6211\u5728\u4f5b\u5c71\u533b\u4e13\u6bd5\u4e1a\u5206\u914d\u5230\u4e86\u5f53\u65f6\u7684\u53bf\u4fdd\u5065\u9662\u5987\u4ea7\u79d1\uff0c\u76f4\u5230 2020 \u5e74\u624d\u79bb\u5f00\u4e86\u575a\u5b88 45 \u5e74\u7684\u5c97\u4f4d\u3002 1979 \u5e74\uff0c\u533b\u9662\u642c\u8fdb\u4e86\u4f4d\u4e8e\u5927\u826f\u65b0\u8def 51 \u53f7\u7684\u65b0\u9662\u533a\u3002\u90a3\u65f6\u5019\uff0c\u5987\u4ea7\u79d1\u53ea\u6709\u95e8\u8bca\uff0c\u6709\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6758"};
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 () {
}
});
});
}