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=3429&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: 1745135958,
nonceStr: 'tKtcgtb4zu6lp5Gq',
signature: 'c36f5e7c0a1c5b62abaaceedcf3f9f9e3151cf7a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/071b54b51d6610536e89cc4c0654d8bb.jpg","title":"\u6210\u90fd\u5e02\u536b\u8ba1\u5ba3\u6559\u4e2d\u5fc3\uff1a\u82b1\u56ed\u5f0f\u7684\u7cbe\u9632\u9662 \u90a3\u91cc\u76db\u5f00\u7740\u5411\u9633\u82b1","smalltext":"\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5927\u6d41\u884c\u4e4b\u540e\uff0c\u8bb8\u591a\u516c\u4f17\u9762\u4e34\u7f79\u60a3\u7cbe\u795e\u5fc3\u7406\u75be\u75c5\u7684\u98ce\u9669\uff0c\u75ab\u60c5\u5bf9\u4eba\u5fc3\u7406\u7684\u8d1f\u9762\u5f71\u54cd\u5df2\u7ecf\u5f00\u59cb\u663e\u73b0\u3002\u76ee\u524d\uff0c\u56fd\u5bb6\u7cbe\u795e\u5fc3\u7406\u75be\u75c5\u4e34\u5e8a\u533b\u5b66\u7814\u7a76\u4e2d\u5fc3\u6b63\u5728\u63a8\u8fdb\u56fd\u5bb6\u793e\u4f1a\u5fc3\u7406\u670d\u52a1\u4f53\u7cfb\u5efa\u8bbe","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3429"};
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 () {
}
});
});
}