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=4773&classid=12&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: 1730421364,
nonceStr: '66vMeCeIQy5owxdV',
signature: 'fbb297dbaa930fafbfd25ab209abc135136ae0aa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662-\u9662\u957f\u9648\u65e5\u73b2","smalltext":"\u9662\u957f\u9648\u65e5\u73b2\u901a\u8fc7\u201c\u5f85\u60a3\u8005\u5982\u4eb2\u4eba\u3001\u5f85\u540c\u4e8b\u5982\u5bb6\u4eba\u201d\u7684\u5bb6\u6587\u5316\u7406\u5ff5\uff0c\u4e0d\u65ad\u4f18\u5316\u63d0\u5347\u533b\u9662\u7684\u4eba\u6587\u5efa\u8bbe\u73af\u5883\uff0c\u6839\u636e\u672c\u9662\u7684\u613f\u666f\u3001\u5b97\u65e8\u3001\u6838\u5fc3\u4ef7\u503c\u89c2\u5236\u5b9a\u4e00\u7cfb\u5217\u7684\u4eba\u6587\u5efa\u8bbe\u63aa\u65bd\uff0c\u8ba9\u60a3\u8005\u5f97\u5230\u4eb2\u4eba\u822c\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4773"};
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 () {
}
});
});
}