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=166&classid=3&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: 1743702950,
nonceStr: 'DBwyXsHFQsQyuMPk',
signature: '12c2b3c2848287724ebdeb1f06e000d3cdbda0b9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u8d75\u519b\uff1a\u634d\u536b\u751f\u547d\u7684\u5c0a\u4e25","smalltext":"\u5c81\u6708\u7684\u6d41\u901d\uff0c\u8ba9\u65f6\u95f4\u5728\u8eab\u4f53\u4e0a\u7559\u4e0b\u4e86\u75d5\u8ff9\uff0c\u5f53\u533b\u5b66\u6218\u80dc\u4e0d\u4e86\u75be\u75c5\u5c31\u53ea\u80fd\u201c\u75db\u82e6\u7684\u6d3b\u201d\u5417\uff1f\u5728\u4eba\u751f\u7684\u5927\u7ed3\u5c40\u65f6\uff0c\u8ba9\u751f\u547d\u5e26\u7740\u5c0a\u4e25\u8c22\u5e55\uff01\u6076\u6027\u80bf\u7624\u76ee\u524d\u8bca\u6cbb\u4ece\u9632\u548c\u8bca\u5230\u6cbb\u90fd\u524d\u8fdb\u4e86\u4e0d\u6b62\u4e00\u5c0f\u6b65\uff0c\u800c\u662f\u4f7f\u6076","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=166"};
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 () {
}
});
});
}