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=6646&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: 1746136050,
nonceStr: '06I8PfbSV3ClOxWJ',
signature: '1a6fd95bf4b9beb80e108463401d44c3d66651ed',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6d3b\u4e0b\u53bb\uff0c\u624d\u6709\u5e0c\u671b","smalltext":"\u7ed3\u6838\u75c5\u2014\u2014\u53e4\u8001\u53c8\u53ef\u6015\u7684\u4f20\u67d3\u6027\u75be\u75c5\uff0c\u4e00\u8c08\u53ca\u4eba\u4eec\u5c31\u4f1a\u60f3\u5230\u201c\u5341\u75e8\u4e5d\u6b7b\u201d\u3001\u201c\u767d\u8272\u761f\u75ab\u201d\u7b49\u8bcd\u6c47\uff0c\u5f88\u957f\u65f6\u95f4\u5185\u88ab\u8ba4\u4e3a\u662f\u4e0d\u6cbb\u4e4b\u75c7\uff0c\u6211\u8eab\u8fb9\u7684\u4eba\u4e0d\u5916\u5982\u662f\u30022016\u5e7411\u6708\uff0c\u7ecf\u8fc7\u7b14\u8bd5\u3001\u9762\u8bd5\uff0c\u672c\u4eba\u4ee5\u603b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6646"};
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 () {
}
});
});
}