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=982&classid=4&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: 1741754133,
nonceStr: 'vxWXwV3AJXbl3vfl',
signature: '5e2ff320d2c0e552f5b7cb64754d7e9fe9673ebd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/89b340847737ef619dd4ce1c87a9e333.jpg","title":"\u6d59\u6c5f\u7701\u80bf\u7624\u533b\u9662\u53f0\u5dde\u9662\u533a\u53f6\u5029\u5029\uff1a\u575a\u6301\u4e86\uff0c\u603b\u4f1a\u6709\u6536\u83b7","smalltext":"\u6709\u4e00\u79cd\u533b\u5b66\u6e29\u5ea6\uff0c\u53eb\u201c\u53d9\u4e8b\u533b\u5b66\u201d\u3002\u90a3\u662f2018\u5e74\u76db\u590f\u7684\u4e00\u4e2a\u5348\u540e\uff0c\u533b\u9662\u53d1\u8d77\u4e86\u201c\u6211\u4e0e\u60a3\u8005\u7684\u6545\u4e8b\u201d\u53d9\u4e8b\u533b\u5b66\u5f81\u6587\u6d3b\u52a8\uff0c\u90a3\u662f\u6211\u7b2c\u4e00\u6b21\u63a5\u89e6\u53d9\u4e8b\u533b\u5b66\u3002\u201c\u53d9\u4e8b\u533b\u5b66\u662f\u4ec0\u4e48\uff1f\u542c\u8bf4\u5b83\u53ef\u4ee5\u5524\u9192\u533b\u5b66\u6e29","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=982"};
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 () {
}
});
});
}