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=1184&classid=9&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: 1743632785,
nonceStr: 'A3ZEnO90EuNJWoyk',
signature: '465a88b46300159ac47f6bab5d69ac2e9809aab2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201909\/25a300944f5067f7c26bc675c7457738.jpg","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u513f\u79d1\u533b\u9662\u9ec4\u5fd7\u6052\uff1a\u591a\u4e8f\u6211\u7684\u90a3\u6b21\u6267\u62d7\uff0c\u633d\u6551\u4e86\u95e8\u8bca\u90a3\u4e2a\u5b69\u5b50","smalltext":"\u5f53\u6211\u63d0\u7b14\u65f6\uff0c\u95e8\u8bca\u8fd9\u4ef6\u4e8b\u60c5\u5df2\u7ecf\u8fc7\u53bb2\u5468\u4e86\uff0c\u73b0\u5728\u56de\u60f3\u8d77\u6765\u8fd9\u4e2a\u5b69\u5b50\u6211\u8fd8\u540e\u80cc\u4e00\u9635\u9635\u53d1\u51c9\uff01\u6211\u8981\u544a\u8bc9\u5927\u5bb6\uff0c\u518d\u4e5f\u4e0d\u80fd\u8ba9\u60b2\u5267\u4e0d\u80fd\u91cd\u6f14\u4e86\uff01\u4e09\u5c81\u5973\u5b69\u5455\u54102\u5468\u524d\uff0c\u6211\u95e8\u8bca\u6765\u4e861\u4e2a\u4e09\u5c81\u7684\u5b69\u5b50\u5f64\u5f64\u3002\u5f64\u5f64","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=1184"};
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 () {
}
});
});
}