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=1429&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: 1747191527,
nonceStr: 'UDC5zauArz1P0knq',
signature: 'a4a738a1bb2d1bd330e9f16a4f695665207a546c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/5da395ac4547cccabdb06aca7aaebda9.jpg","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u60a3\u8005\u9001\u6765\u7279\u522b\u201c\u793c\u7269\u201d\uff0c\u4eb2\u624b\u526a\u7eb8\u201c\u5c3d\u5fc3\u533b\u62a4\u201d\u8868\u8fbe\u5fc3\u610f","smalltext":"2019\u5e7411\u670827\u65e5\u4e0a\u5348\uff0c\u611f\u6069\u8282\u7684\u524d\u4e00\u5929\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u75c5\u623f\u5185\u4f20\u6765\u4e00\u58f0\u53c8\u4e00\u58f0\u7684\u201c\u8c22\u8c22\uff01\u8c22\u8c22\u60a8\u4eec\uff01\u201d\u8fd9\u662f\u548b\u56de\u4e8b\u5462\uff1f \u539f\u6765\uff0c\u51fa\u9662\u4e0d\u4e45\u7684\u8001\u738b\u6765\u9662\u8fdb\u884c\u7b2c\u4e8c\u7597\u7a0b\u7684\u6cbb\u7597\uff0c\u8fd9\u6b21","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1429"};
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 () {
}
});
});
}