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=1783&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: 1749462944,
nonceStr: 'zspA94V9lL2fvKXV',
signature: 'c2093524a84ed903ab936e08ce90c9e4cd553716',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/8afbb7551a663b1a086f5f5c7156202d.jpg","title":"\u6cb3\u5357\u5b8f\u529b\u533b\u9662\uff1a\u4ed6\u4eec\u53c8\u662f\u8c01\u7684\u7236\u6bcd\uff1f\u5b69\u5b50\uff1f\u8c01\u7684\u7275\u6302","smalltext":"\u4e00\u4e2a\u6ca1\u6709\u785d\u70df\u7684\u6218\u573a\uff0c\u5468\u906d\u7684\u73af\u5883\u4e0e\u6f5c\u5728\u7684\u611f\u67d3\u98ce\u9669\u4e00\u6837\uff0c\u90fd\u9759\u6084\u6084\u7684\uff0c\u4f46\u8fd9\u91cc\u7684\u533b\u62a4\u4eba\u5458\uff0c\u5374\u6f8e\u6e43\u4f9d\u65e7\u3002\u4ed6\u4eec\u53c8\u662f\u8c01\u7684\u7236\u6bcd\uff1f\u8c01\u7684\u5b69\u5b50\uff1f\u8c01\u7684\u7275\u6302\uff1f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1783"};
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 () {
}
});
});
}