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=1722&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: 1747168438,
nonceStr: '9xajGXFsIxr3ccLK',
signature: '3715dd773d0f532bf626c8c947afc069d9d8a8aa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6536\u5230\u201c\u65b0\u51a0\u80ba\u708e\u201d\u6d77\u5916\u534e\u4eba\u6350\u8d60\u533b\u7528\u9632\u62a4\u54c1","smalltext":"2\u67081\u65e5\u51cc\u66685\u70b905\u5206\uff0c\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\u63a5\u6536\u5230\u4e86\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u4eba\u6587\u4e13\u59d4\u4f1a\u7ec4\u7ec7\u534f\u8c03\u7684\u6350\u8d60\u533b\u7597\u7528\u54c1\u3002\u8be5\u6279\u6350\u8d60\u7269\u54c1\u4e3a1030\u4e2a\u533b\u7528\u53e3\u7f69\uff0c\u4ef7\u503c8034\u5143\u4eba\u6c11\u5e01\uff0c\u6350\u8d60\u8005\u4e3a\u65c5\u5c45\u6cf0\u56fd\u7684\u6768\u5973\u58eb \uff0c\u6350","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1722"};
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 () {
}
});
});
}