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=2133&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: 1747123188,
nonceStr: 'J0axrM1WJlHE7QZf',
signature: '41016d9716aca3d88d31c5ed6b69fe760c38c39e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/859c2a08e447d9dce7d6827461c306a2.jpg","title":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u8981\u547d\u7684\u9e2d\u9aa8\u5934\u5212\u7834\u98df\u9053\u903c\u8fd1\u5927\u8840\u7ba1\uff0c \u533b\u751f\u5de7\u624b\u53d6\u51fa\u5f02\u7269","smalltext":"\u201c\u6ca1\u60f3\u5230\u5403\u5757\u9e2d\u8089\uff0c\u5dee\u70b9\u8981\u4e86\u547d\u3002\u201d\u4eca\u5929\u51c6\u5907\u51fa\u9662\u7684\u5218\u8001\u5148\u751f\u4ecd\u5fc3\u6709\u4f59\u60b8\u3002\u539f\u6765\uff0c\u8001\u5148\u751f\u5403\u996d\u65f6\u88ab\u9e2d\u9aa8\u5934\u5361\u4f4f\u98df\u9053\uff0c\u4ed6\u7528\u571f\u529e\u6cd5\u541e\u996d\u56e2\u81ea\u6551\uff0c\u4e0d\u6210\u60f3\u4e09\u5929\u540e\u68c0\u67e5\uff0c\u98df\u9053\u88ab\u5212\u7834\uff01\u5e78\u597d\u9047\u5230\u4e86\u5e38\u5dde\u4e09\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2133"};
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 () {
}
});
});
}