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=3077&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: 1745150648,
nonceStr: 'FU5U6HBmhxIpvvRo',
signature: 'fe00d0a8a5cd5a422cdc16b18d4674d20b9c4fe1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e3a\u4e86800\u5143\u94b1\uff0c\u7684\u54e5\u548c\u533b\u751f\u4e89\u6267\u8d77\u6765","smalltext":"\u201c\u8fd9\u516b\u767e\u5757\u94b1\u662f\u6211\u5e94\u8be5\u4ea4\u7684\uff0c\u60a8\u5f97\u6536\u4e0b\uff01\u201d\u201c\u6ca1\u6709\u9700\u8981\u4ea4\u7684\u8d39\uff0c\u60a8\u8fd8\u662f\u6536\u56de\u5427\uff01\u201d6\u670811\u65e5\u4e0b\u5348\uff0c\u5728\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\u7684\u6025\u8bca\u79d1\uff0c\u7684\u54e5\u9b4f\u5e08\u5085\u548c\u62a4\u58eb\u957f\u4e3a\u516b\u767e\u5143\u94b1\u63a8\u6765\u63a8\u53bb\uff0c\u4e89\u5f97\u8138\u90fd\u7ea2\u4e86\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3077"};
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 () {
}
});
});
}