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=6959&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: 1788778512,
nonceStr: 'TlCMZYigjtd7jFtc',
signature: 'd941c6f530961752d6190a6b87d102b1bc357bdc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:AI\u4fee\u590d\u8001\u7167\u7247\uff0c\u533b\u5e08\u8282\u9047\u4e0a\u4e03\u5915","smalltext":"\u4e3a\u5e86\u795d\u7b2c9\u4e2a\u201c\u4e2d\u56fd\u533b\u5e08\u8282\u201d\uff0c8\u670818\u65e5\u4e0b\u5348\uff0c\u9655\u897f\u7701\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u4f4f\u9662\u697c\u4e00\u5c42\u5927\u5385\u4e3e\u529e\u4e86\u201c\u81f4\u656c\u00b7\u4f20\u627f\u00b7\u5bb6\u201d\u4e3b\u9898\u5c55\u793a\u6d3b\u52a8\uff0c\u201c\u8001\u4e13\u5bb6\u5e74\u8f7b\u98ce\u91c7\u201d\u201c\u4f18\u79c0\u9752\u5e74\u533b\u5e08\u804c\u4e1a\u5ba3\u8a00\u201d\u201c\u4e03\u5915\u53cc\u804c\u5de5","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6959"};
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 () {
}
});
});
}