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=878&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: 1747145718,
nonceStr: 'jUm40FOynHHxC4JU',
signature: 'a831f81ceeb36af243fa1e288b68a31fedb5a53b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7c6da6f0011bfd50c75b7c48b3f74e8b.jpg","title":"\u6d59\u5927\u56db\u9662\uff1a\u4e03\u65ec\u5c3f\u6bd2\u75c7\u8001\u4eba\u624b\u7ed8\u201c\u80be\u75c5\u79d1\u5341\u4e8c\u9497\u201d \u53ea\u4e3a\u9053\u4e00\u58f0\u611f\u8c22","smalltext":"\u201c\u5927\u5bb6\u90fd\u77e5\u9053\u91d1\u9675\u5341\u4e8c\u9497\uff0c\u4f46\u5f53\u60a3\u8005\u5c06\u8fd9\u4e2a\u79f0\u53f7\u9001\u7ed9\u6211\u4eec\u65f6\uff0c\u8fd8\u771f\u662f\u53d7\u5ba0\u82e5\u60ca\uff01\u201d7\u670811\u65e5\uff0c\u6d59\u6c5f\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u7b2c\u56db\u533b\u9662\u5341\u4e1c\u75c5\u533a\u8179\u900f\u4e13\u79d1\u62a4\u58eb\u7ae5\u66fc\u5a1c\u5728\u8179\u900f\u95e8\u8bca\u5ba4\u91cc\u57cb\u5934\u82e6\u5e72\uff0c\u6572\u95e8\u58f0\u54cd\u8d77\uff0c\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=878"};
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 () {
}
});
});
}