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=3744&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: 1745108535,
nonceStr: 'JWx2h5RQS3zwBzAL',
signature: '33a97dbef169e87200d7b31213f5cf76b3841bbe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5728\u5168\u5dde\u9ad8\u5371\u5b55\u4ea7\u5987\u6551\u6cbb\u6f14\u7ec3\u8d5b\u573a\u4e0a\u7684\u8868\u73b0\u201c\u4eae\u4e86\u201d","smalltext":"\u201c\u592a\u7cbe\u5f69\u4e86\uff0c\u6211\u611f\u89c9\u521a\u521a\u770b\u4e86\u4e00\u90e8\u73b0\u573a\u7248\u7684\u6025\u8bca\u6025\u6551\u7535\u89c6\u5267\uff0c\u662f\u6700\u751f\u52a8\u3001\u6700\u7cbe\u5f69\u7684\u4e00\u6b21\u6f14\u7ec3\uff01\u201d\u201c\u771f\u7684\u975e\u5e38\u68d2\uff0c\u582a\u79f0\u5b8c\u7f8e\uff0c\u6211\u90fd\u5b9e\u5728\u6311\u4e0d\u51fa\u4ec0\u4e48\u95ee\u9898\u4e86\u3002\u201d\u201c\u597d\u5230\u65e0\u53ef\u6311\u5254\uff0c\u4f60\u4eec\u662f\u76ee\u524d\u6bd4\u8d5b\u4e2d\u552f\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3744"};
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 () {
}
});
});
}