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=1690&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: 1747168667,
nonceStr: 'naHxZeVE5sOuL4VE',
signature: '107954a319973dd92c25288df177b0dd38bb3d5f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c\u4f60\u4eec\u8f9b\u82e6\u4e86\uff0c\u52a0\u6cb9\uff01\u201d\u533b\u62a4\u4eba\u5458\u6536\u5230\u4e86\u6700\u6696\u5fc3\u5916\u5356","smalltext":"\u201c\u5728\u8fd9\u975e\u5e38\u65f6\u523b\uff0c\u6696\u5fc3\u7684\u5e02\u6c11\u4e3a\u6211\u4eec\u9001\u6765\u4e86\u9f13\u52b1\u548c\u7231\u5fc3\u201d\uff0c1\u670829\u65e5\u4e0b\u5348\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u95e8\u8bca\u90e8\u62a4\u58eb\u957f\u6c64\u4e91\u7684\u8fd9\u6761\u56fe\u6587\u72b6\u6001\u4e0d\u5230\u4e00\u4e2a\u5c0f\u65f6\u5c31\u6536\u83b7\u4e86\u8fd1100\u4e2a\u8d5e\u3002\u6696\u5fc3\u5e02\u6c11\u9001\u6765\u7684\u8fd9\u4efd\u80af\u5fb7\u57fa\u8ba9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1690"};
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 () {
}
});
});
}