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=3078&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: 1745150647,
nonceStr: 'BcLH7fBNRpVV7w5Y',
signature: 'fe6e6b71a0224713af7ea9bd0344b87532fe7859',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a2\u5c81\u5e7c\u7ae5\u547d\u60ac\u4e00\u7ebf \u4f20\u52a8\u76ae\u5e26\u6210\u201c\u593a\u547d\u864e\u53e3\u201d","smalltext":"\u201c\u8c22\u8c22\u4f60\u4eec\uff0c\u8981\u4e0d\u662f\u4f60\u4eec\u7cbe\u5fc3\u6551\u6cbb\uff0c\u6211\u513f\u5b50\u53ef\u80fd\u2026\u2026\u201d4\u67087\u65e5\u65e9\u4e0a\uff0c\u4e00\u540d\u60a3\u8005\u5bb6\u5c5e\u5c06\u4e00\u9762\u9526\u65d7\u9001\u5230\u795e\u7ecf\u5916\u79d1\u533b\u751f\u529e\u516c\u5ba4\uff0c\u5e76\u7d27\u7d27\u63e1\u7740\u5f20\u65b0\u5e73\u4e3b\u4efb\u7684\u624b\u8fde\u58f0\u611f\u8c22\u9053\u3002\u6253\u7c73\u673a\u610f\u5916\u542f\u52a8\uff0c\u5c0f\u7537\u5b69\u547d\u5728\u65e6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3078"};
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 () {
}
});
});
}