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=6755&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: 1743633011,
nonceStr: 'mmT4cbr1b3mSwLzm',
signature: '60451c7708d26adc43fe1fc9a18cc209801eeef8',
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\u88f9\u7740\u5fc3\u7684\u5149","smalltext":"\u6bcf\u5f53\u63d0\u8d77\u533b\u751f\uff0c\u5927\u5bb6\u4f1a\u51fa\u73b0\u600e\u6837\u7684\u4e00\u4e2a\u89d2\u8272\uff0c\u4ed6\u4eec\u662f\u751f\u547d\u7684\u5b88\u62a4\u8005\uff1f\u662f\u5065\u5eb7\u7684\u4f7f\u8005\uff1f\u8fd8\u662f\u5fc3\u7075\u7684\u6170\u85c9\u8005\uff1f\u5728\u6211\u7684\u8111\u6d77\u4e2d\u554a\uff0c\u4ed6\u4eec\u662f\u4e00\u7fa4\u7a7f\u7740\u767d\u5927\u8902\uff0c\u6234\u7740\u53e3\u7f69\uff0c\u5fd9\u788c\u5728\u75c5\u623f\u548c\u624b\u672f\u5ba4\u7684\u8eab\u5f71\u3002\u90a3\u4e48\uff0c\u5728\u90a3\u4e9b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6755"};
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 () {
}
});
});
}