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=843&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: 1738751963,
nonceStr: 'r3AIlHA2kMzrrINj',
signature: 'a68afa91e14c746f0ea8a99f6082eb5ce5ef9d8a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/4b04c196b21c2ec45cdadae011df3c4b.jpg","title":"\u90b9\u5e73\u5e02\u4e2d\u5fc3\u533b\u9662\u5218\u654f\uff1a\u6700\u662f\u4eba\u95f4\u6293\u4e0d\u4f4f\uff0c\u6731\u989c\u8f9e\u955c\u82b1\u8f9e\u6811","smalltext":"\u6700\u662f\u4eba\u95f4\u6293\u4e0d\u4f4f\uff0c\u6731\u989c\u8f9e\u955c\u82b1\u8f9e\u6811\u3002\u6bcf\u4e2a\u4eba\u5728\u65f6\u95f4\u7684\u9762\u524d\u90fd\u662f\u8fc7\u5ba2\uff0c\u4e0d\u4f1a\u633d\u7559\u65f6\u95f4\u4e00\u5206\u4e00\u79d2\u5728\u81ea\u5df1\u7684\u8eab\u8fb9\u505c\u7559\u3002\u4f46\u6bcf\u4e2a\u4eba\u53ef\u4ee5\u5c06\u65f6\u95f4\u56de\u5473\uff0c\u54c1\u5473\u65f6\u95f4\u8fc7\u540e\u7559\u7ed9\u81ea\u5df1\u7684\u98ce\u666f\u3002\u5c55\u5f00\u81ea\u5df1\u8d70\u8fc7\u7684\u4ece","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=843"};
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 () {
}
});
});
}