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=816&classid=10&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: 1744318506,
nonceStr: '064ogH1S8PFTEOvI',
signature: 'a03951fcec35eca3c799cb0a0846c90f9a77fcc4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\uff1a\u201c\u751c\u871c\u5bb6\u56ed\u201d\u6709\u4f60\u6709\u6211","smalltext":" 7\u67082\u65e5\uff0c\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u5185\u5206\u6ccc\u79d1\u62a4\u58eb\u7ad9\u6536\u5230\u4e00\u9762\u9526\u65d7\uff0c\u9526\u65d7\u4e0a\u5199\u7740\u201c\u533b\u5fb7\u9ad8\u5c1a\uff0c\u5c3d\u804c\u5c3d\u8d23\u201d\u516b\u4e2a\u5927\u5b57\uff0c\u9001\u9526\u65d7\u7684\u4eba\u662f\u66fe\u7ecf\u56db\u6b21\u5728\u5185\u5206\u6ccc\u79d1\u4f4f\u9662\u7684\u51af\u963f\u59e8\u3002\u516b\u4e2a\u5b57\u8868\u8fbe\u51fa\u51af\u963f\u59e8\u5bf9\u201c\u751c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=816"};
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 () {
}
});
});
}