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=5132&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: 1746152767,
nonceStr: 'O0KDtxRkhX02p7SF',
signature: '91019ba11fff78381c3a4343e3438f1e0fb8310b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u7b2c\u5341\u4e09\u4eba\u6c11\u533b\u9662 \uff1a\u201c\u5929\u4f7f\u201d\u7684\u72ec\u767d","smalltext":"\u201c\u968f\u4f60\u600e\u4e48\u60f3\uff1f\u600e\u4e48\u9009\uff1f\u5c31\u8fd9\u4e24\u4e13\u4e1a\uff0c\u201d\u968f\u7740\u5988\u5988\u7684\u4e00\u58f0\u4ee4\u4e0b\u3002\u6211\u5c31\u88ab\u5988\u5988\u6d3b\u751f\u751f\u7684\u4ece\u4e00\u4e2a\u5bb3\u6015\u6253\u9488\u7684\u5c0f\u5973\u5b69\uff0c\u53d8\u6210\u4e86\u522b\u4eba\u5bb3\u6015\u6211\u7ed9\u4ed6\u4eec\u6253\u9488\u7684\u767d\u8863\u201c\u5929\u4f7f\u201d\u3002\u201c\u540c\u5b66\u4eec\uff0c\u4f60\u4eec\u73b0\u5728\u662f\u5927\u4e09\u7684\u6700\u540e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5132"};
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 () {
}
});
});
}