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=6662&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: 1743633011,
nonceStr: 'X41IvSBuyTgntkao',
signature: '877df344280a33c7eb0f35bfd07a77ebf75a3a48',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u7eaf\u6d01\u5929\u4f7f\u7684\u6e29\u60c5\u5b88\u62a4","smalltext":"\u4e16\u95f4\u4e07\u7269\u5404\u5177\u7279\u8272\uff0c\u82b1\u513f\u4ee5\u5b83\u7684\u6d53\u70c8\u9c9c\u8273\u50b2\u7136\u4e8e\u4e16\uff0c\u6c34\u6d41\u4ee5\u5176\u6f84\u6e05\u660e\u4eae\u6d17\u6da4\u5c18\u57c3\uff0c\u67f3\u679d\u4ee5\u5b83\u7684\u8f7b\u67d4\u5a49\u7ea6\u5986\u70b9\u5927\u5730\uff0c\u800c\u96ea\u82b1\u5219\u4ee5\u5176\u5723\u6d01\u65e0\u6687\u5438\u5f15\u76ee\u5149\u3002\u6bcf\u5f53\u96ea\u82b1\u98d8\u6d12\u800c\u4e0b\uff0c\u604d\u82e5\u6765\u81ea\u5929\u5802\u7684\u7eaf\u6d01\u4f7f\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=6662"};
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 () {
}
});
});
}