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=1202&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: 1747145994,
nonceStr: 'MaeMeIHAOHbTAL31',
signature: '2bfe518873b2b9559b29b7fe67e355d5a81bbd7a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/4f4e87e2ff82a2640863824b3b94df19.jpg","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662:\u63f4\u53ca\u6d77\u5916\u5b66\u4e60\u8fdb\u4fee\u533b\u52a1\u4eba\u5458\u5f55\u89c6\u9891\u5bf9\u7956\u56fd\u8868\u767d","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u63f4\u5916\u533b\u7597\u961f\u53ca\u5728\u6d77\u5916\u8fdb\u4fee\u5b66\u4e60\u533b\u52a1\u4eba\u5458\u901a\u8fc7\u624b\u673a\uff0c\u4e3a\u7956\u56fd\u6bcd\u4eb270\u5e74\u751f\u65e5\u6292\u5199\u8d5e\u6b4c\u5fc3\u8bed\u3002\u7956\u56fd\u5988\u5988\uff0c\u8fdc\u5728\u5929\u8fb9\u7684\u5b69\u5b50\u5bf9\u4f60\u544a\u767d\uff01\u5149\u8f89\u7684\u5341\u6708\u7f8e\u4e3d\u5982\u8bd7\u5149\u8f89\u7684\u5341\u6708","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1202"};
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 () {
}
});
});
}