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=947&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: 1747101725,
nonceStr: 'LPdxybSCdzvx5Xtp',
signature: '68afadb3588fc124d3c6f8947bae37b29631072d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/a724ebd48941e7e63d58102e25c626d8.jpg","title":"\u6d59\u5927\u4e8c\u9662\uff1a\u65b0\u7586\u5973\u5b69\u7ec8\u4e8e\u633a\u76f4\u4e86\u8170\u6746\uff0c\u53ea\u56e0\u5929\u5c71\u5357\u9e93\u6709\u4e86\u4ed6\u4eec","smalltext":"8\u6708\uff0c\u5343\u91cc\u4e4b\u5916\uff0c\u5929\u5c71\u5357\u9e93\u7684\u65b0\u7586\u963f\u514b\u82cf\uff0c\u88f9\u631f\u5728\u590f\u65e5\u7684\u9a84\u9633\u91cc\u3002\u65b0\u7586\u751f\u4ea7\u5efa\u8bbe\u5175\u56e2\u7b2c\u4e00\u5e08\u533b\u9662\u5185\uff0c\u9ad8\u4e8c\u5973\u5b69\u5e93\u4e3d\uff08\u5316\u540d\uff09\u5185\u5fc3\u5145\u6ee1\u7740\u611f\u6fc0\u4e0e\u6e29\u6696\u3002\u810a\u67f1\u4fa7\u5f2f\u8fd150\u5ea6\u7684\u5979\uff0c\u7ecf\u5386\u4e86\u4e00\u573a\u201c\u5927\u624b\u672f\u201d\u540e\u7ec8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=947"};
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 () {
}
});
});
}