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=6509&classid=14&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: 1749064127,
nonceStr: 'Ov3I9HpS4FK6Mqz4',
signature: 'f682bf4a31044e3f04672016575d37ce9251fdba',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u8d60\u541b\u8a00","smalltext":"\u8d60\u541b\u8a00\u5e74\u58ee\u529b\u5f3a\u4e16\u4eba\u559c\uff0c\u677e\u67cf\u4e4b\u8d28\u65e0\u4eba\u60dc\u3002\u5f85\u5230\u6076\u75be\u4f34\u5fae\u8eaf\uff0c\u65b9\u6068\u4e00\u5207\u7686\u6d6e\u4e91\u3002\u6625\u53bb\u79cb\u6765\u8001\u5c06\u81f3\uff0c\u6ca7\u6d77\u6851\u7530\u4e16\u4e8b\u8fc1\u3002\u613f\u541b\u65e0\u6059\u8eab\u957f\u5065\uff0c\u9890\u517b\u4e4b\u798f\u5f97\u6c38\u5e74\u3002\u5f53\u503c\u9014\u4e2d\u6709\u611f\u4ef2\u590f\u7eff\u610f\u6ee1\u5c71\u57ce\uff0c\u8f66\u6c34\u9a6c\u9f99","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6509"};
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 () {
}
});
});
}