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=6832&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: 1746109279,
nonceStr: 'wJ0tOAP00KqqRbzo',
signature: '3136c25e979cfcedcd7e64bff2b5cf1b0a982b6b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u8fd9\u573a\u51ac\u65e5\u91cc\u7684\u8fd0\u52a8\u4f1a\uff0c\u6fc0\u60c5\u71c3\u52a8\uff0c\u6709\u70b9\u597d\u73a9~","smalltext":"12\u670815\u65e5\u4e0a\u5348\uff0c\u4ee5\u201c\u5065\u5eb7\u8fce\u65b0 \u533b\u8d77\u7ae5\u884c\u201d\u4e3a\u4e3b\u9898\uff0c\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e3e\u529e\u4e86\u51ac\u65e5\u4eb2\u5b50\u8da3\u5473\u5065\u5eb7\u8fd0\u52a8\u4f1a\u3002\u8ba9\u5b69\u5b50\u548c\u7236\u6bcd\u3001\u5b55\u5987\u53ca\u5bb6\u5c5e\u5728\u6c89\u6d78\u5f0f\u4f53\u9a8c\u6d3b\u52a8\u4e2d\u83b7\u5f97\u5b55\u4ea7\u5987\u548c\u513f\u7ae5\u5065\u5eb7\u7ba1\u7406\u77e5\u8bc6\uff0c\u57f9\u517b\u53ca","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6832"};
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 () {
}
});
});
}