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=4216&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: 1749300051,
nonceStr: 'dTy2zAXt0oL5ArbL',
signature: 'a2129867c41364f700048b6660fcfe8838fc602c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u65e0\u83cc\u5305\u91cc\u7684\u6545\u4e8b","smalltext":"\u5728\u533b\u9662\u5927\u697c\u7684\u4e00\u5904\u89d2\u843d\uff0c\u6709\u4e00\u4e2a\u53ef\u80fd\u4e0d\u88ab\u4eba\u77e5\u7684\u79d1\u5ba4\u2014\u2014\u4f9b\u5e94\u5ba4\uff0c\u5b83\u662f\u4e34\u5e8a\u79d1\u5ba4\u7684\u540e\u52e4\u652f\u63f4\uff0c\u770b\u4f3c\u5e73\u51e1\u5355\u8c03\u7684\u79d1\u5ba4\uff0c\u800c\u5bf9\u4e8e\u63a7\u5236\u611f\u67d3\u6765\u8bb2\uff0c\u4f9b\u5e94\u5ba4\u5c31\u662f\u5982\u540c\u201c\u5fc3\u810f\u201d\u4e00\u6837\u91cd\u8981\u7684\u5730\u65b9\u3002\u6b63\u662f\u8fd9\u4e2a\u4e0d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4216"};
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 () {
}
});
});
}