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=1531&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: 1747189739,
nonceStr: 'B6RTcXWuflFaSYlt',
signature: 'a15f561af1c50f50a776768a63e89a46a8c6bb46',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/e5757472cea8c0c333d13cadcaed9270.jpg","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7ec6\u8282\u7528\u5fc3\uff0c\u4e3a\u5019\u8bca\u533a\u7684\u6905\u5b50\u90fd\u52a0\u88c5\u4e86\u5750\u57ab","smalltext":"\u5317\u65b9\u4eba\u7684\u51ac\u5929\uff1a\u5ba4\u5916\u68c9\u8863\u3001\u5410\u201c\u4ed9\u6c14\u201d\u5ba4\u5185\u5355\u8863\u3001\u5403\u51b0\u68cd\u4e00\u4e2a\u5b63\u8282\u4e24\u79cd\u8fc7\u6cd5\u590f\u5929\u51ac\u5929\u81ea\u7531\u5207\u6362\u6709\u6696\u6c14\u7684\u5317\u65b9\u4eba\u900d\u9065\u81ea\u5728\u800c\u5728\u5357\u65b9\uff0c\u51ac\u5929\u53ea\u6709\uff1a\u201c\u6e7f\u51b7\u9634\u6c89\u3001\u53d6\u6696\u9760\u6296\u201d\u4e00\u79cd\u9009\u9879\u9634\u5929\u7ecf\u5e38\u8fde\u7eed","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1531"};
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 () {
}
});
});
}