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=1134&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: 1747145391,
nonceStr: 'd10frJJgQBIUuV9a',
signature: '45f6f02b681e240dfd72ed1705cd79f291bdceff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/bfad575d7e58cd7a4130b5bcb2acd9ef.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u6cea\u76ee\uff015\u65ec\u5973\u58eb\u8eab\u60a3\u80f0\u817a\u764c\u591a\u5e74\uff0c\u5979\u7684\u5fc3\u613f\u7adf\u662f\u2026\u2026","smalltext":"\u4e2d\u79cb\u4f73\u8282\uff0c\u6708\u5706\u4eba\u56e2\u5706\u3002\u6628\u65e5\uff0c\u4e00\u5219\u611f\u4eba\u7684\u89c6\u9891\u5728\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff08\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09\u533b\u62a4\u4eba\u5458\u7684\u670b\u53cb\u5708\u91cc\u5237\u5c4f\u3002\u89c6\u9891\u4e2d\uff0c\u4e00\u4f4d\u7537\u58eb\u7ed9\u4e86\u4e00\u4f4d\u5973\u58eb\u6e29\u6696\u7684\u62e5\u62b1\uff0c\u800c\u90a3\u4f4d\u5973\u58eb\u611f\u52a8\u5f97\u6ce3\u4e0d\u6210\u58f0\uff0c\u6cea\u6d41","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1134"};
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 () {
}
});
});
}