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=1793&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: 1747169753,
nonceStr: 'grQj4ABIgHy4S53w',
signature: '0353309d2937defe2195b95a2d10af6da77bbe6b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/fdffe3ecf3da7cee65f109b2dd9ff74e.jpg","title":"\u6a2a\u5e97\u533b\u9662\uff1a\u9632\u75ab\u6709\u6211 \u6211\u662f\u515a\u5458\u6211\u4e0d\u80fd\u9000","smalltext":"\u9762\u5bf9\u7a81\u6765\u5176\u6765\u7684\u75ab\u60c5\uff0c\u6a2a\u5e97\u533b\u9662\u7684\u515a\u5458\u9aa8\u5e72\u4eec\u633a\u8eab\u800c\u51fa\uff0c\u5e26\u5934\u51b2\u5728\u6297\u51fb\u75ab\u60c5\u7684\u6700\u524d\u7ebf\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u8df5\u884c\u521d\u5fc3\u548c\u4f7f\u547d\u300248\u5c81\u7684\u865e\u632f\u59d4\u662f\u6a2a\u5e97\u533b\u9662\u4e34\u5e8a\u515a\u652f\u90e8\u4e66\u8bb0\u3001\u6025\u8bca\u79d1\u4e3b\u4efb\uff0c\u4e5f\u662f\u533b\u9662\u4e34\u5e8a\u6cbb\u7597","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1793"};
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 () {
}
});
});
}