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=1152&classid=4&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: 1746103308,
nonceStr: '0rQ0iiiqcK1sVULR',
signature: 'aa5a3a8ba8441802371a7f3aa2834d24e5c42d84',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\u4f55\u6c5d\u79c0:\u611f\u6069\u56db\u4e2a\u5c97\u4f4d \u670d\u52a1\u767e\u59d3\u5065\u5eb7","smalltext":" \u8fd8\u8bb0\u5f97\u5c0f\u65f6\u5019\u5934\u75db\u96be\u5fcd\u7684\u7ecf\u5386\uff0c\u8ba9\u6211\u7684\u5fc3\u91cc\u57cb\u4e0b\u4e86\u51b3\u5fc3\u89e3\u5f00\u75c5\u56e0\u7684\u79cd\u5b50\uff0c\u653e\u5f03\u5e08\u8303\u8003\u7814\u7684\u673a\u4f1a\uff0c\u4f9d\u7136\u9009\u62e9\u62a5\u8bfb\u536b\u6821\u30022008\u5e74\uff0c\u6211\u6765\u5230\u6539\u9769\u5f00\u653e\u7684\u524d\u6cbf\u4e4b\u5730\u5e7f\u4e1c\u987a\u5fb7\u4e50\u4ece\uff0c\u867d\u7136\u6ca1\u6709\u88ab\u5206\u914d\u5728\u4e34\u5e8a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1152"};
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 () {
}
});
});
}