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=743&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: 1746676834,
nonceStr: 'QjLeWiewkUvAqhxP',
signature: '06fe9e9959c80fba8495e83bb96039fbf0e0e16a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/c150dde55b5613ed9395d4ed5a750d0b.jpg","title":"\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u9038\u592b\u533b\u9662\uff1a\u6ca1\u60f3\u5230\uff0c\u4f60\u662f\u8fd9\u6837\u7684\u9038\u592b\u533b\u9662\uff01","smalltext":"\u5982\u679c\u4f60\u5750\u5730\u94c1\u4e00\u53f7\u7ebf\uff0c\u5357\u533b\u5927\u00b7\u6c5f\u82cf\u7ecf\u8d38\u5b66\u9662\u7ad9\u4e0b\u8f66\uff0c\u5927\u6982\u7387\u4f1a\u88ab\u773c\u524d\u7684\u683c\u6851\u82b1\u6d77\u60ca\u8273\u3002\u88ab\u82b1\u6d77\u5305\u56f4\u7684\uff0c\u9664\u4e86\u5357\u533b\u5927\uff0c\u8fd8\u6709\u5357\u4eac\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u9038\u592b\u533b\u9662\u3002\u4e3a\u4f55\u5357\u4eac\u4f1a\u6709\u4e00\u5bb6\u9038\u592b\u533b\u9662\uff1f\u7b80\u5355\u79d1\u666e\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=743"};
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 () {
}
});
});
}