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=2086&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: 1747147508,
nonceStr: 'ZHm4gntwOjZgugxa',
signature: '406669780fc6f0b04114c11dc5c8f22ba7fdd44c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u64e6\u4eae\u201c\u900f\u89c6\u773c\u201d\u7684\u653e\u5c04\u79d1\uff0c\u8ba9\u75c5\u6bd2\u201c\u65e0\u5904\u9041\u5f62\u201d","smalltext":"\u5728\u6bcf\u4e00\u4e2a\u533b\u9662\u91cc\uff0c\u90fd\u6709\u8fd9\u6837\u7684\u4e00\u4e2a\u79d1\u5ba4\uff0c\u4ed6\u4eec\u662f\u4e34\u5e8a\u7684\u201c\u706b\u773c\u91d1\u775b\u201d\uff0c\u64cd\u63a7\u7740\u5927\u578b\u8bbe\u5907\uff0c\u9ed1\u767d\u56fe\u50cf\u4e0a\u63cf\u8ff0\u7740\u75c5\u4eba\u5065\u5eb7\u72b6\u51b5\u3002\u653e\u5c04\u79d1\u4e00\u4e2a\u9ed8\u9ed8\u65e0\u95fb\u7684\u79d1\u5ba4\u3002\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u8fd9\u91cc\u4e5f\u662f\u4ed6\u4eec\u7279\u6b8a\u6218\u573a\uff0c\u653e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2086"};
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 () {
}
});
});
}