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=4313&classid=4&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: 1746108533,
nonceStr: 'JEYDtGss5siIOr7p',
signature: '47d8dc2479ca6dc99b2843bece12d081a04b158f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u9006\u884c\u7684\u5929\u4f7f","smalltext":"\u4e00\u573a\u51b0\u51b7\u7684\u96e8\u6c34\u9aa4\u7136\u5c06\u5e9a\u5b50\u65b0\u5e74\u7684\u70df\u82b1\u6d47\u706d\u5e26\u7740\u7f8e\u4e3d\u82b1\u51a0\u7684\u75c5\u6bd2\u5728\u6c5f\u6c49\u5e73\u539f\u9732\u51fa\u4e86\u5389\u5389\u6740\u6c14\u6b66\u6c49\u544a\u6025\uff0c\u5168\u56fd\u544a\u6025\u4e00\u573a\u767d\u8863\u5929\u4f7f\u4e0e\u6b7b\u795e\u7684\u6218\u6597\u6084\u7136\u5f00\u59cb\u4f60\uff0c\u526a\u4e0b\u4e00\u7f15\u79c0\u53d1\u9006\u884c\u800c\u4e0a\u4ece\u4f60\u9690\u85cf\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=4313"};
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 () {
}
});
});
}