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=6800&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: 1746135024,
nonceStr: '0j0p8oJPq83ROJZj',
signature: 'c3085c4dcba3feb1a64b403e33d61af00022f648',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202408\/36760317114651d4fbbf591908331ba8.png","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u666e\u5916\u4e00\u75c5\u533a\u6253\u7834\u9ad8\u9f84\u624b\u672f\u201c\u7981\u533a\u201d \u518d\u663e\u533b\u7597\u56e2\u961f\u5b9e\u529b","smalltext":"\u8fd1\u65e5\uff0c\u5728\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u666e\u5916\u79d1\u4e00\u75c5\u533a\u7684\u75c5\u623f\u91cc\uff0c\u4f20\u6765\u4e86\u4ee4\u4eba\u632f\u594b\u7684\u597d\u6d88\u606f\uff0c\u4e24\u4f4d\u5e74\u903e\u516b\u5341\u7684\u8001\u4eba\uff0c\u540c\u65e5\u7ecf\u5386\u4e86\u80a0\u764c\u624b\u672f\u540e\uff0c\u540c\u65f6\u987a\u5229\u5eb7\u590d\u51fa\u9662\u3002\u8fd9\u4e0d\u4ec5\u662f\u533b\u7597\u6280\u672f\u7684\u80dc\u5229\uff0c\u66f4\u662f\u751f\u547d\u575a\u97e7\u4e0e\u533b\u8005\u4ec1\u5fc3\u7684\u5b8c\u7f8e\u8be0\u91ca\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6800"};
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 () {
}
});
});
}