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=308&classid=11&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: 1746210371,
nonceStr: '9Dw5iNDX3cTIuxGa',
signature: 'be75b910bff9e1fb98f5cace4de01d57c41b27f1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/8a9643baf55451ea4f8f1a239ba12a30.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u672c\u5199\u4e8619\u5e74\u7684\u533b\u60c5\u65e5\u8bb0","smalltext":"\u8fd9\u662f\u4e00\u672c\u6cdb\u9ec4\u7684\u65e5\u8bb0\u672c\uff0c\u6253\u5f00\u7b80\u6734\u7684\u5c01\u9762\uff0c\u6249\u9875\u4e0a\u5199\u7740\uff1a\u201c\u51cf\u8f7b\u75c5\u4eba\u75db\u82e6\uff0c\u5bb6\u5c5e\u8d1f\u62c5\uff0c\u8d70\u51fa\u533b\u9662\uff0c\u670d\u52a1\u793e\u4f1a\u3002\u201d \u91cc\u9762\u5bc6\u5bc6\u9ebb\u9ebb\u5730\u8bb0\u5f55\u7740\uff1a\u201c2003\u5e745\u670828\u65e5\uff0c\u75c5\u4eba\u5362\u4ef2\u5a9b\uff0c\u5973\uff0c80\u5c81\uff0c\u56e0\u7b2c\u4e8c\u6b21\u8111\u6897\uff0c\u56de\u5bb6\u5df2\u7ecf\u4e24","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=308"};
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 () {
}
});
});
}