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=731&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: 1746676945,
nonceStr: 'Nr7pRZcNQNpObxNK',
signature: '5514ecfbb241b140f437e7d7b1e232d8e0124ff6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/6ca20ac5d4387d5815267d30ced67f93.jpg","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u81f4\u656c\uff0c\u5b55\u5988\u5988\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u4f60\u4eec\u8f9b\u82e6\u4e86\uff01","smalltext":"\u5728\u533b\u9662\u91cc,\u6709\u4e00\u4e2a\u7279\u6b8a\u7684\u7fa4\u4f53\u3002\u5979\u4eec\u201c\u5927\u8179\u7fe9\u7fe9\u201d\uff0c\u7a7f\u68ad\u5728\u533b\u9662\u7684\u6bcf\u4e2a\u89d2\u843d\uff1b\u5979\u4eec\u5fc3\u7cfb\u75c5\u60a3\uff0c\u7528\u7231\u5fc3\u548c\u8d23\u4efb\u5fc3\u62a4\u4f51\u5065\u5eb7\u3002\u5979\u4eec\uff0c\u5c31\u662f\u5b55\u5988\u5988\u533b\u52a1\u5de5\u4f5c\u8005\uff01\u968f\u7740\u5a74\u513f\u7684\u4e00\u58f0\u557c\u54ed\uff0c\u6ccc\u5c3f\u5916\u79d1\u62a4\u58eb\u9648\u83b9\u7ec8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=731"};
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 () {
}
});
});
}