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=6528&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: 1743652704,
nonceStr: 'tzqwrseblD29nxTx',
signature: '80741113c05d2ced852b9ecea23992cb0ae3f135',
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\u6c11\u65cf\u8fb9\u8fdc\u5730\u533a\u53bf\u7ea7\u7efc\u5408\u533b\u9662\u6bcd\u5a74\u5065\u5eb7\u5de5\u4f5c\u5b9e\u8df5","smalltext":"\u4e00\u3001\u80cc\u666f\u51c9\u5c71\u5f5d\u65cf\u662f\u4e00\u4e2a\u5728\u5c71\u533a\u53d1\u5c55\u5ef6\u7eed\u81f3\u4eca\u7684\u6c11\u65cf\uff0c\u5728\u4e0e\u8270\u82e6\u7684\u751f\u5b58\u73af\u5883\u548c\u751f\u5b58\u6761\u4ef6\u4f5c\u6597\u4e89\u7684\u8fc7\u7a0b\u4e2d\uff0c\u4e3a\u4e86\u5ef6\u7eed\u5176\u6c11\u65cf\u81ea\u8eab\uff0c\u4fdd\u6301\u672c\u6c11\u65cf\u7684\u4e0d\u65ad\u53d1\u5c55\uff0c\u5728\u7269\u8d28\u751f\u4ea7\u7684\u53d1\u5c55\u6781\u9650\u7ea6\u675f\u4e0b\uff0c\u5386\u7ecf\u957f\u671f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6528"};
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 () {
}
});
});
}