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=1478&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: 1747192286,
nonceStr: '9Crbjt6mkloTU9k9',
signature: 'db7b18cc0f32c0bd88822519e1ebbc8d6e807db4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/a73257a1ad81497a6d65ae2842f712c1.jpg","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\uff1a\u804a\u57ce\u8fd9\u4f4d\u62a4\u58eb\u5f53\u8d77 \u201c\u4e34\u65f6\u5988\u5988\u201d\uff0c\u7528\u4e73\u6c41\u5582\u517b\u60a3\u8005\u5b69\u5b50","smalltext":"\u5f53\u60a3\u8005\u5728\u624b\u672f\u5ba4\u5185\u624b\u672f\uff0c\u516d\u4e2a\u6708\u5b69\u5b50\u5728\u5916\u56e0\u9965\u997f\u4e00\u5929\uff0c\u54ed\u95f9\u4e0d\u6b62\u65f6\uff0c\u8fd9\u4f4d\u62a4\u58eb\u7ad9\u4e86\u51fa\u6765\uff0c\u7528\u81ea\u5df1\u7684\u4e73\u6c41\u54c4\u7761\u5b69\u5b50\u3002\u4e3a\u201c\u65e0\u79c1\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u533b\u8005\u70b9\u8d5e\uff01","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1478"};
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 () {
}
});
});
}