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=2205&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: 1747124334,
nonceStr: '4baQ9vEzW6vmVrl5',
signature: '3eaf42c53da41992d21aedb105a44b7ae799c24c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/8998d0a2f80445af8b7e93907dd8aa0a.jpg","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u4e00\u4e2a\u63f4\u9102\u533b\u7597\u961f\u5458\u5728\u201c\u670b\u53cb\u5708\u201d\u7684\u201c\u5403\u64ad\u201d","smalltext":"\u4eca\u5929\uff0c\u8ba9\u6211\u4eec\u901a\u8fc7\u4e00\u4f4d\u63f4\u9102\u961f\u5458\u7684\u201c\u670b\u53cb\u5708\u201d\uff0c\u518d\u73b0\u4e00\u4f4d\u8d44\u6df1\u201c\u5403\u8d27\u201d\u4ece\u533b\u9662\u6297\u75ab\u4e00\u7ebf\u5230\u6b66\u6c49\u6297\u75ab\u706b\u7ebf\u7684\u201c\u5403\u64ad\u201d\u8fc7\u7a0b\u3002\u4ed6\u53eb\u9648\u9aa5\uff0c\u56db\u5ddd\u7701\u7b2c\u4e03\u6279\u63f4\u6e56\u5317\u533b\u7597\u961f\u961f\u5458\u3001\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2205"};
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 () {
}
});
});
}