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=1122&classid=5&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: 1747125608,
nonceStr: 'ou7pQJIrpZWueXH3',
signature: 'eb0b9da6f0c309fb5e08d339923b3e08c9d2d34f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u9752\u79c0\u533a\u51e4\u5cad\u5317\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3:\u5979\u6709\u4e00\u5f20\u7231\u7684\u201c\u5904\u65b9\u201d","smalltext":"\u201c\u6211\u611f\u89c9\u5f88\u75db\u82e6\uff0c\u6211\u89c9\u5f97\u6211\u6ca1\u6551\u4e86\uff0c\u6211\u597d\u5bb3\u6015\u522b\u4eba\u77e5\u9053\u00b7\u00b7\u00b7\u201d\u201c\u522b\u62c5\u5fc3\uff0c\u4f60\u53ea\u8981\u6309\u533b\u5631\u670d\u836f\uff0c\u5c31\u80fd\u6309\u6b63\u5e38\u4eba\u4e00\u6837\u751f\u6d3b\u00b7\u00b7\u00b7\u201d\u8fd9\u662f\u5728\u5e7f\u897f\u58ee\u65cf\u81ea\u6cbb\u533a\u5357\u5b81\u5e02\u9752\u79c0\u533a\u51e4\u5cad\u5317\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u4f20","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1122"};
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 () {
}
});
});
}