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=508&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: 1746256130,
nonceStr: '4Dwx7ecNDZTtyv1y',
signature: '08c240171aa1eb8010f49ac3340ee25f576976b9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/abe49592d90a709d543d05c07023f24c.jpg","title":"\u6dee\u5b89\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u62a4\u58eb\u5728\u624b\u672f\u53f0\u4e0a\u62b1\u7740170\u65a4\u5fc3\u8870\u4ea7\u5987\u5b8c\u6210\u624b\u672f","smalltext":"\u201c\u522b\u7d27\u5f20\uff0c\u6709\u6211\u5728\uff01\u201d\u8fd9\u4e24\u5929\uff0c\u4e00\u5f20\u62a4\u58eb\u62b1\u7740\u4ea7\u5987\u5b8c\u6210\u9ebb\u9189\u7684\u7167\u7247\u6e29\u6696\u4e86\u670b\u53cb\u5708\u3002\u8bb0\u80053\u65e5\u4ece\u6dee\u5b89\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e86\u89e3\u5230\uff0c2\u65e5\u4e0a\u5348\uff0c\u7531\u4e8e\u60a3\u6709\u5fc3\u8870\uff0c\u4ea7\u5987\u8d75\u5973\u58eb\uff08\u5316\u540d\uff09\u4e0d\u80fd\u5e73\u5367\u63a5\u53d7\u9ebb\u9189\uff0c\u8be5\u9662\u62a4\u58eb\u82cf\u68a6\u7476","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=508"};
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 () {
}
});
});
}