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=6618&classid=14&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: 1743705342,
nonceStr: 'kqadWFfMKY2TNIbZ',
signature: '575bb85b647a8c2472752d32dafa6fa84af00982',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5c0f\u7ec6\u8282 \u5927\u6e29\u6696 \u4e3a\u60a3\u8005\u63d0\u4f9b\u6700\u6696\u5fc3\u7684\u670d\u52a1","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u63a8\u8fdb\u533b\u9662\u4f18\u8d28\u670d\u52a1\u8d28\u91cf\uff0c\u589e\u5f3a\u5c31\u533b\u60a3\u8005\u6ee1\u610f\u5ea6\uff0c\u63a8\u52a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\uff0c\u6566\u5316\u5e02\u533b\u9662\u515a\u59d4\u4ee5\u201c\u4e94\u8d5b\u4e94\u6bd4\u4e89\u4e94\u661f\u201d\u6d3b\u52a8\u4e3a\u5951\u673a\u5f00\u5c55\u4e86\u201c\u5c0f\u7ec6\u8282\u5927\u6e29\u6696\u201d\u670d\u52a1\u8bc4\u6bd4\u6d3b\u52a8\uff0c\u6d3b\u52a8\u5f97\u5230\u5168\u9662\u5404\u79d1\u5ba4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6618"};
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 () {
}
});
});
}