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=595&classid=3&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: 1746134111,
nonceStr: 'paIebqS4vQHzL18z',
signature: '91ed37c5e9dda135a3c5089623e8cedccbd9c97a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/72bcf4a5311ca67d41d8303ebcaac10a.jpg","title":"\u59d4\u5458\u5218\u534e\u8054\uff1a\u65b9\u5bf8\u4e4b\u95f4\u7efd\u82b3\u201c\u534e\u201d \u533b\u5b66\u65e0\u754c\u201c\u8054\u201d\u4e2d\u975e","smalltext":"\u5218\u534e\u8054\uff0c\u7537\uff0c\u526f\u4e3b\u4efb\u533b\u5e08\uff0c\u5357\u4eac\u533b\u79d1\u5927\u5b66\u53e3\u8154\u988c\u9762\u5916\u79d1\u4e13\u4e1a\u7855\u58eb\u3002\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u53e3\u8154\u79d1\u526f\u4e3b\u4efb\uff0c\u53e3\u8154\u6559\u7814\u5ba4\u526f\u4e3b\u4efb\u3002\u6c5f\u82cf\u7701\u53e3\u8154\u533b\u5b66\u4f1a\u53e3\u8154\u988c\u9762\u5916\u79d1\u4e13\u4e1a\u59d4\u5458\u4f1a\u9752\u5e74\u59d4\u5458\uff0c\u6c5f\u82cf\u7701\u4e2d\u897f\u533b\u7ed3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=595"};
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 () {
}
});
});
}