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=1821&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: 1747168219,
nonceStr: 'EF3wTmPBEoTOJeQk',
signature: '1360174cfc9ba4cb26c1f1cb8f99d23a3e50be90',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u90a3\u4e9b\u51b2\u5728\u6297\u201c\u75ab\u201d\u4e00\u7ebf\u7684\u201c\u592b\u59bb\u5175\u201d","smalltext":"\u65f6\u95f4\u5c31\u662f\u751f\u547d\uff0c\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u5728\u65b0\u51a0\u80ba\u708e\u8fd9\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u4e89\u6253\u54cd\u4e4b\u65f6\uff0c\u6b63\u503c2020\u5e74\u7684\u65b0\u6625\u4f73\u8282\uff0c\u5b83\u6765\u52bf\u6c79\u6c79\uff0c\u6253\u7834\u4e86\u65b0\u5e74\u7684\u559c\u60a6\u3002\u6b64\u65f6\u6b64\u523b\u6709\u90a3\u4e48\u4e00\u7fa4\u5014\u5f3a\u7684\u9006\u884c\u8005\uff0c\u820d\u5c0f\u5bb6\uff0c\u4e3a\u5927\u5bb6\u79ef\u6781\u54cd\u5e94\u56fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1821"};
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 () {
}
});
});
}