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=762&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: 1749380914,
nonceStr: 'p8RhNnRvm6xcAq2O',
signature: 'bde59daf5a1f354fdc0828f14b4d5cddde88f881',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/34d50277fbc0d98f6fd8f78e36817a98.jpg","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\uff1a\u60a3\u800519\u5e74\u540e\u8fd4\u56de\u533b\u9662\u5411\u533b\u751f\u81f4\u6b49","smalltext":"\u6b66\u6c49\u7684\u5218\u5148\u751f\u56e0\u6eba\u6c34\u660f\u8ff7\u88ab\u9001\u5230\u533b\u9662\u62a2\u6551\uff0c\u82cf\u9192\u540e\u56e0\u70e6\u8e81\u548c\u533b\u751f\u65e0\u6545\u5435\u95f9\u300219\u5e74\u6765\uff0c\u4ed6\u90fd\u56e0\u6b64\u800c\u5185\u759a\uff0c\u7ec8\u4e8e\u9f13\u8db3\u52c7\u6c14\u6765\u5230\u533b\u9662\uff0c\u5411\u533b\u751f\u5f53\u9762\u8868\u8fbe\u6b49\u610f\u3002\u201c\u6211\u662f19\u5e74\u524d\u60a8\u6551\u8fc7\u547d\u7684\u75c5\u4eba\uff0c\u6211\u7279\u5730\u6765\u5411","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=762"};
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 () {
}
});
});
}