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=1892&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: 1747146287,
nonceStr: 'dAjJF2rhaUpP7mNH',
signature: '169fadef67675ca6da248a616e0d322e6056b2e3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/314f11a7a95e4a9211d57a836a5897aa.jpg","title":"\u200b\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1a\u6b66\u6c49 \u90d1\u5dde \u5357\u9633 \u4e00\u5bb6\u56db\u53e3\u4e09\u5730\u9f50\u6297\u75ab","smalltext":"2\u67086\u65e5\u3000\u3000\u4eca\u5929\u4e0b\u73ed\u56de\u6765\u521a\u6536\u62fe\u5b8c\uff0c\u5c31\u770b\u5230\u7fa4\u91cc\u6709\u4fe1\u606f\uff0c\u201c\u5bb6\u91cc\u60f3\u529e\u6cd5\u7ed9\u6211\u4eec\u9001\u6765\u4e86\u652f\u63f4\u7269\u8d44\uff01\u201d\u201c\u5927\u5bb6\u51c6\u5907\u7740\u9886\u4e1c\u897f\u554a\uff01\u201d\u5403\u7684\u559d\u7684\u7528\u7684\uff0c\u62ff\u5728\u624b\u91cc\uff0c\u4e00\u76f4\u4e0d\u505c\u7684\u62b9\u773c\u6cea\u3002\u5176\u5b9e\u6bcf\u5929\u5728\u5fae\u4fe1\u7fa4\u91cc\uff0c\u90fd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1892"};
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 () {
}
});
});
}