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=294&classid=9&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: 1746120838,
nonceStr: 'TNMMcY1Mac3juSxG',
signature: '895a2f8a579169e14521eda9f29e13836bd66ded',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u987e\u6d01\u592b:\u4e00\u4f4d\u8001\u533b\u751f\u5bf9\u62a4\u58eb\u7684\u95ee\u5019","smalltext":"\u4eca\u5929\u662f\u62a4\u58eb\u8282\uff0c\u6211\u4ee5\u4e00\u4e2a\u8001\u533b\u751f\u7684\u540d\u4e49\u5411\u62a4\u58eb\u59d0\u59b9\u4eec\u81f4\u4ee5\u8877\u5fc3\u7684\u795d\u798f\u548c\u6700\u8bda\u631a\u7684\u611f\u8c22\uff01\u65e0\u8bba\u662f\u8fc7\u53bb\u3001\u73b0\u5728\uff0c\u8fd8\u662f\u5c06\u6765\uff0c\u533b\u751f\u548c\u62a4\u58eb\u90fd\u662f\u4fdd\u536b\u4eba\u7c7b\u5065\u5eb7\u7684\u6218\u53cb\uff0155\u5e74\u524d\uff0c\u6211\u52a0\u76df\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u5916\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=294"};
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 () {
}
});
});
}