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=3164&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: 1747091279,
nonceStr: 'dW4q5oMbyvTKcktT',
signature: 'dc3239a044d6d08e5a51cdd7e59f3920ec81dd76',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6b22\u8fce\u9a70\u63f4\u6b66\u6c49\u533b\u7597\u961f\u80dc\u5229\u51ef\u65cb\u5ea7\u8c08\u4f1a","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u6b22\u8fce\u9a70\u63f4\u6b66\u6c49\u533b\u7597\u961f\u51ef\u65cb\u5ea7\u8c08\u4f1a\u5728\u95e8\u8bca\u697c\u4f1a\u8bae\u5ba4\u53ec\u5f00\u3002\u5ea7\u8c08\u4f1a\u4e0a\uff0c\u738b\u7426\u9662\u957f\u9996\u5148\u4ee3\u8868\u9662\u515a\u59d4\u548c\u5168\u9662\u5e72\u90e8\u804c\u5de5\u5411\u4e94\u4f4d\u9a70\u63f4\u6b66\u6c49\u6218\u58eb\u7684\u5f52\u6765\u8868\u793a\u70ed\u70c8\u7684\u6b22\u8fce\uff0c\u5e76\u5bf9\u4ed6\u4eec\u5728\u75ab\u60c5\u671f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3164"};
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 () {
}
});
});
}