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=567&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: 1749324600,
nonceStr: 'O0VXRdDXxRb7BXYa',
signature: '609777507b23e1bbaf79b9dd06ae26b4ca290938',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/1259294886114ec046ba035c75511897.jpg","title":"\u897f\u5b89\u4ea4\u5927\u4e00\u9644\u9662\uff1a\u535a\u58eb\u5728\u79e6\u5cad\u906d\u9047\u9ed1\u718a\u7a81\u88ad\uff0c\u7d27\u6025\u624b\u672f\u4fdd\u5168\u53cc\u773c","smalltext":"6\u67088\u65e5\uff0c\u897f\u5b89\u67d0\u9ad8\u6821\u7684\u535a\u58eb\u738b\u67d0\u5728\u79e6\u5cad\u6e38\u73a9\u65f6\uff0c\u7a81\u9047\u9ed1\u718a\u88ad\u51fb\u3002\u6eda\u4e0b\u5c71\u5d16\u540e\uff0c\u4ed6\u51b7\u9759\u7684\u627e\u5230\u624b\u673a\u62a5\u8b66\u81ea\u6551\u300210\u65e5\u4e0a\u5348\uff0c\u4ed6\u88ab\u6551\u63f4\u4eba\u5458\u627e\u5bfb\u5230\u3002\u76ee\u524d\uff0c\u738b\u535a\u58eb\u5728\u897f\u5b89\u4ea4\u5927\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u5f97\u5230\u59a5\u5584\u6551\u6cbb","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=567"};
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 () {
}
});
});
}