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=2839&classid=10&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: 1746242295,
nonceStr: '9vfcLOVwUIaDvJY6',
signature: '86e793f32878adb1bb9fa04896bd1e197f61ab86',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u627f\u5fb7\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4ee5\u4eba\u6587\u4e4b\u5149 \u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":"\u5386\u53f2\u540d\u57ce\uff0c\u71d5\u5c71\u811a\u4e0b\u3002\u627f\u5fb7\u5e02\u4e2d\u5fc3\u533b\u9662\u4e3b\u52a8\u9002\u5e94\u533b\u6539\u65b0\u5f62\u52bf\u53ca\u533b\u7597\u5e02\u573a\u65b0\u53d8\u5316\uff0c\u5728\u201c\u4e00\u5e74\u6210\u529f\u9760\u673a\u9047\u3001\u5341\u5e74\u53d1\u5c55\u9760\u89c4\u5212\u3001\u767e\u5e74\u4e0d\u8d25\u9760\u6587\u5316\u201d\u53d1\u5c55\u7406\u5ff5\u548c\u5efa\u8bbe\u201c\u5b66\u4e60\u578b\u3001\u5b66\u9662\u578b\u3001\u4eba\u6587\u578b\u3001\u7cbe","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2839"};
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 () {
}
});
});
}