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=714&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: 1749358802,
nonceStr: 'zcSUKXlYdpMH0B6K',
signature: 'b4fe2210f7bea8514bff5cfedf95d3122007fa07',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/e106b4a29ce2ecc2266e9cea4a3c593d.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u533b\u751f\u5173\u5fc3\u4e00\u53e5\u8bdd\uff0c\u59b9\u59b9\u914d\u5408\u6765\u68c0\u67e5\uff0c\u6ca1\u60f3\u5230\u2026\u2026","smalltext":" \u4e0a\u5468\u5348\u4f11\u65f6\u95f4\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u7532\u4e73\u5916\u79d1\u7684\u4f55\u8273\u533b\u751f\u4e00\u5982\u65e2\u5f80\u6253\u5f00\u5fae\u4fe1\uff0c\u770b\u770b\u4eca\u5929\u53c8\u6709\u54ea\u4e9b\u60a3\u8005\u5728\u54a8\u8be2\u3002\u4f34\u968f\u7740\u4e00\u9635\u9707\u52a8\uff0c\u5fae\u4fe1\u5bf9\u8bdd\u6846\u91cc\u51fa\u73b0\u4e86\u4e00\u4e2a\u719f\u6089\u7684\u540d\u5b57\u2014\u2014\u718a\u5927\u59d0\u3002 \u201c\u8fd9\u4e0d\u662f\u4e0a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=714"};
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 () {
}
});
});
}