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=1991&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: 1747148061,
nonceStr: 'W7L446mgXe3LoR1i',
signature: '99e759f7e274213b81a911482db7a32e6db6fdb6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/7cb5be6bf2833f26f14643ccb2773228.jpg","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u7559\u9a8c\u89c2\u5bdf\u533a\u91cc\u7684\u526a\u5f71","smalltext":"\u7b14\u8005\u5728\u4e00\u6b21\u670b\u53cb\u5708\u4e2d\uff0c\u770b\u5230\u4e86\u6211\u9662\u7559\u9a8c\u89c2\u5bdf\u533a\u91cc\u533b\u52a1\u4eba\u5458\u7684\u4e00\u5f20\u526a\u5f71\uff0c\u8fd9\u4e2a\u9752\u5e74\u70ed\u7231\u751f\u6d3b\u559c\u6b22\u6444\u5f71\uff0c\u7ecf\u5e38\u5728\u670b\u53cb\u5708\u5206\u4eab\u81ea\u5df1\u7684\u751f\u6d3b\uff0c\u4e5f\u5728\u6211\u9662\u9662\u520a\u3001\u6444\u5f71\u6bd4\u8d5b\u4e2d\u9891\u9891\u6295\u7a3f\u3002\u201c\u6cbb\u75c5\u6551\u4eba\u662f\u533b\u52a1\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1991"};
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 () {
}
});
});
}