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=3561&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: 1745119292,
nonceStr: 'd2Muz4fhj7Rdrdrq',
signature: '90e4bc8a2fef4ccf70f6b90f80594dae1f224996',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5e05\u7238\u840c\u5b9d\u5171\u521b\u4f5c\uff0c\u5b55\u809a\u4e0a\u7ed8\u51fa\u522b\u6837\u7cbe\u5f69","smalltext":"\u5b55\u671f\u662f\u80ce\u513f\u4e0e\u6bcd\u4eb2\u5f7c\u6b64\u4f9d\u8d56\u611f\u6700\u5f3a\u7684\u9636\u6bb5\uff0c\u662f\u6240\u6709\u51c6\u5988\u5988\u7279\u6b8a\u53c8\u5947\u5999\u7684\u4e00\u6bb5\u4eba\u751f\u5386\u7a0b\u3002\u6bd4\u8d77\u5b9d\u5b9d\u51fa\u751f\u540e\u5e78\u798f\u611f\uff0c\u5b55\u671f\u7684\u8270\u8f9b\u66f4\u80fd\u89c1\u8bc1\u51c6\u5988\u5988\u7684\u4ed8\u51fa\u548c\u4e0d\u6613\u3002\u7559\u4f4f\u8fd9\u4e00\u6bb5\u56de\u5fc6\uff0c\u5bf9\u51c6\u5988\u5988\u6765\u8bf4\uff0c\u662f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3561"};
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 () {
}
});
});
}