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=3571&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: 1745119060,
nonceStr: 'NspdDTQ7yqlVdcVl',
signature: '8a4e5d4f1c94e897d6007e7eafcc897a64ef8ffb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/f4329f7f36e398474d8d39600348037a.jpg","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u533b\u9662\uff1a\u81f4\u656c8.19\u533b\u5e08\u8282\uff0c\u4f60\u4eec\u65e0\u6127\u767d\u888d\u8363\u5149","smalltext":"\u771f\u60c5\u518d\u73b0\u6297\u75ab\u5b9e\u666f\u5f15\u53d1\u89c2\u4f17\u6df1\u5207\u5171\u9e23\u201c\u4e00\u5b9a\u8981\u597d\u597d\u6d3b\u7740\uff0c\u6211\u4eec\u8fd9\u4e2a\u5bb6\u8981\u6709\u4eba\u5b88\u7740\uff01\u201d \u8fd9\u662f\u8be5\u5267\u7684\u7f16\u5bfc\uff0c\u987a\u5fb7\u533a\u6587\u5316\u827a\u672f\u53d1\u5c55\u4e2d\u5fc3\u526f\u603b\u5e72\u4e8b\u3001\u6587\u5316\u6d3b\u52a8\u7b56\u5212\u4eba\u3001\u7f16\u5267\u3001\u97f3\u4e50\u4eba\u4fde\u8679\u6700\u559c\u6b22\u7684\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3571"};
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 () {
}
});
});
}