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=4794&classid=10&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: 1743652348,
nonceStr: '44EtA9prQ8QRejhn',
signature: '49a83d58bd44bae614c177e5178fc0908f60203e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u533b\u5ba3\u65b0\u8def\u4eba\u6587\u6d3b\u52a8\u4e0e\u5065\u5eb7\u6559\u80b2\u76f8\u878d\u5408","smalltext":"\u63d0\u53ca\u5065\u5eb7\u6559\u80b2\uff0c\u533b\u62a4\u961f\u4f0d\u4e5f\u8bb8\u8fd8\u6709\u5f88\u5927\u4e00\u90e8\u5206\u4eba\u8ba4\u4e3a\uff0c\u8fd9\u6709\u4ec0\u4e48\u7528\uff0c\u53c8\u4e0d\u80fd\u6cbb\u75c5\uff1b\u800c\u5bf9\u8001\u767e\u59d3\u800c\u8a00\uff0c\u4e5f\u8bb8\u4e5f\u662f\u540c\u6837\u7684\u60f3\u6cd5\uff0c\u6211\u6765\u770b\u75c5\u7684\uff0c\u4f60\u522b\u7ed9\u6211\u8bb2\u8fd9\u4e9b\u865a\u7684\uff01\u4ece\u5927\u5b57\u62a5\u3001\u8bb2\u5ea7\u3001\u5ba3\u4f20\u680f\u3001\u6298\u9875\u8d44\u6599\u3001\u5065","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4794"};
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 () {
}
});
});
}