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=5153&classid=11&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: 1743632890,
nonceStr: 'ify64ywdmNcXkVOj',
signature: '97c7d35503ee03e80a96fa3fbe348b3d691423d7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202201\/4677e1c1fef9e4c80b0804c3202f11ae.jpg","title":"\u6c5f\u82cf\u5e38\u5dde95\u540e\u62a4\u58eb\u8dea\u5730\u6258\u4e3e\u7167\u7247\u610f\u5916\u8d70\u7ea2\uff1a\u6211\u505a\u4e86\u5e94\u8be5\u505a\u7684\u4e8b\u60c5\uff01","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u5f20\u6765\u81ea\u624b\u672f\u5ba4\u7684\u7167\u7247\u8ba9\u65e0\u6570\u4eba\u611f\u52a8\uff0c95\u540e\u201c\u767d\u8863\u5929\u4f7f\u201d\u987e\u5955\u6ce2\u8dea\u5730\u6551\u6cbb\u7684\u5584\u4e3e\uff0c\u8ba9\u51ac\u65e5\u7684\u201c\u9f99\u57ce\u201d\u6696\u610f\u6d53\u6d53\u3002 \u25b395\u540e\u62a4\u58eb\u5355\u819d\u8dea\u5730\u914d\u5408\u624b\u672f \u591a\u6b21\u8c03\u6574\u624b\u672f\u4f53\u4f4d\uff0c\u4f9d\u7136\u4e00\u7b79\u83ab\u5c551\u670821","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=5153"};
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 () {
}
});
});
}