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=3512&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: 1745119291,
nonceStr: 'Sq94ojzK6bxQnd0A',
signature: '04147e1aca768ac10ba9b03e0e02ffc52f82bd1c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e58\u98ce\u7834\u6d6a\u5728\u751f\u6b7b\u8fb9\u7f18\uff0d\uff0d\u4e3e\u529e\u201c\u8bb2\u8ff0\u6211\u4eec\u5171\u540c\u7684\u6218\u75ab\u6545\u4e8b\u201d\u4e13\u573a\u6d3b\u52a8","smalltext":"\u8fd9\u662f\u6700\u8d70\u5fc3\u7684\u8bb2\u8ff0\u8fd9\u662f\u6700\u6b8b\u9177\u7684\u6218\u4e89\u8fd9\u662f\u6700\u5f3a\u5927\u7684\u529b\u91cf\u8fd9\u662f\u6700\u6e29\u6696\u7684\u6cbb\u6108 \u4e00\u4e2a\u4e2a\u60ca\u5fc3\u52a8\u9b44\u7684\u77ac\u95f4\uff0c\u4e00\u4e2a\u4e2a\u611f\u4eba\u80ba\u8151\u7684\u6545\u4e8b\uff0c\u4e00\u4e2a\u4e2a\u7ec8\u8eab\u96be\u5fd8\u7684\u753b\u9762\u2026\u2026\uff0c7\u670814\u65e5\u4e0b\u5348\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u4e3e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3512"};
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 () {
}
});
});
}