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=4515&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: 1741892872,
nonceStr: 'qsZZRXleIETFcrrM',
signature: 'b0c9af743be50ea68272403db5d416f54a928ef7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662-\u6218\u75ab\u6709\u4f60 \u5173\u7231\u6709\u6211\uff0c\u75ab\u82d7\u63a5\u79cd\u5728\u4e00\u7ebf","smalltext":"\u6218\u75ab\u6709\u4f60\uff0c\u5173\u7231\u6709\u6211\u30026\u670824\u65e5\u4e0b\u5348\uff0c\u5e02\u4e94\u9662\u515a\u59d4\u526f\u4e66\u8bb0\u3001\u9662\u957f\u738b\u5e86\u5468\uff0c\u526f\u9662\u957f\u5eb7\u73ae\uff0c\u5de5\u4f1a\u4e3b\u5e2d\u8d75\u9e4f\u6765\u5230\u533b\u9662\u75ab\u82d7\u63a5\u79cd\u70b9\u770b\u671b\u548c\u6170\u95ee\u533b\u52a1\u4eba\u5458\u53ca\u793e\u533a\u5fd7\u613f\u8005\uff0c\u611f\u8c22\u4ed6\u4eec\u5bf9\u9632\u75ab\u5de5\u4f5c\u7684\u8f9b\u52e4\u4ed8\u51fa\uff0c\u5e76\u53ee","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4515"};
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 () {
}
});
});
}