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=910&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: 1749424839,
nonceStr: 'CMzv9G0GdUPtCvtJ',
signature: 'a9f0f67800b03233c147d00dab356a8d8c4a65e0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/89b6012ce87c377548b5e8035b81e2ae.png","title":"\u5e7f\u533b\u4e09\u9662\uff1a\u7b2c\u56db\u5c4a\u533b\u60a3\u89d2\u8272\u4e92\u6362\u4f53\u9a8c\u8425 25\u4f4d\u5e02\u6c11\u5fd7\u613f\u8005\u5b8c\u6210\u533b\u5b66\u96f6\u8ddd\u79bb\u4f53\u9a8c","smalltext":"\u533b\u4e0e\u60a3\uff0c\u8eab\u5904\u540c\u4e00\u4e2a\u533b\u7597\u573a\u6240\u7684\u4e24\u79cd\u622a\u7136\u4e0d\u540c\u7684\u8eab\u4efd\uff0c\u77db\u76fe\u3001\u51b2\u7a81\u3001\u4e0d\u4fe1\u4efb\u65f6\u5e38\u5728\u4ed6\u4eec\u4e4b\u95f4\u53d1\u751f\uff0c\u4f46\u5728\u75be\u75c5\u9762\u524d\uff0c\u65e0\u8bba\u54ea\u4e00\u65b9\u90fd\u65e0\u6cd5\u7f3a\u5e2d\u3002\u533b\u60a3\u4e4b\u95f4\uff0c\u5f7c\u6b64\u4e86\u89e3\u4e0e\u4fe1\u4efb\u662f\u5426\u53ef\u80fd\u3001\u5982\u4f55\u5b9e\u73b0\uff1f\u8fd1\u65e5\uff0c\u5e7f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=910"};
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 () {
}
});
});
}