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=4729&classid=11&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: 1749194694,
nonceStr: 'ifiH4fiJ3EDv0dR3',
signature: 'b94890430ee3a13e8b10c9c2650e93d49aa83239',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u9f13\u697c\u533b\u9662-\u5b89\u5b81\u7597\u62a4-\u8ba9\u751f\u547d\u7684\u7ec8\u70b9\u66f4\u6709\u6e29\u5ea6","smalltext":"\u201c\u751f\u5982\u590f\u82b1\u4e4b\u7eda\u70c2,\u6b7b\u5982\u79cb\u53f6\u4e4b\u9759\u7f8e\u3002\u201d\u751f\u547d\u662f\u4e00\u4e2a\u65e0\u6cd5\u8f6e\u56de\u7684\u4e30\u5bcc\u591a\u5f69\u7684\u56db\u5b63\uff0c\u6709\u6625\u65e5\u7684\u671d\u6c14\u3001\u590f\u82b1\u7684\u7eda\u4e3d\u3001\u79cb\u5b9e\u7684\u6c89\u6dc0\u3001\u7ec8\u7a76\u6b65\u5165\u5bd2\u51ac\u7684\u5bc2\u5be5\u3002\u4eba\u751f\u521d\u557c\u662f\u5728\u62a4\u58eb\u7684\u624b\u5fc3\u91cc\u6258\u8d77\u7684\uff0c\u4eba","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4729"};
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 () {
}
});
});
}