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=301&classid=11&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: 1744324109,
nonceStr: 'oFgPe1AjN6bBt2LI',
signature: '9742f563699fea8ddb3c78be15826646f5f439bd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/c3e7c8e91bb3cf583a9a50905b49944c.jpg","title":"\u4e0a\u6d77\u666e\u9640\u4eba\u6c11\u533b\u9662\uff1a\u4e8e\u4e95\u5b50\u62a4\u7406\u5c0f\u7ec4\u201c\u516b\u5fc3\u201d\u670d\u52a1\u62a4\u5065\u5eb7 \u5173\u7231\u804b\u4eba\u96f6\u8ddd\u79bb","smalltext":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662\u4e8e\u4e95\u5b50\u62a4\u7406\u5c0f\u7ec4\u5728\u201c5.12\u201d\u56fd\u9645\u62a4\u58eb\u8282\u6765\u4e34\u4e4b\u9645\uff0c\u63a8\u51fa\u201c\u516b\u5fc3\u201d\u62a4\u7406\u624b\u8bed\u6559\u7a0b\uff0c\u805a\u7126\u670d\u52a1\u804b\u4eba\uff0c\u8ba9\u4eba\u6027\u5316\u62a4\u7406\u518d\u4e0a\u65b0\u53f0\u9636\uff0c\u4ee5\u5929\u4f7f\u822c\u7684\u7231\u5fc3\u5411\u62a4\u58eb\u8282\u732e\u793c\uff01\u515a\u7684\u5341\u516b\u5927\u4ee3\u8868","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=301"};
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 () {
}
});
});
}