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=916&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: 1749425930,
nonceStr: 'Xrj6q1MuVTVN6USP',
signature: 'c45370f7b33ffdf6738cc1d1c97c886aa4412183',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/a357738ef583273afe2a3ade262d31a8.png","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u75c5\u623f\u91cc\u7684\u5c0f\u732a\u4f69\u5947","smalltext":"\u9ccf\u5c45\u8001\u4eba\u4f4f\u9662\u65e0\u4eba\u7167\u6599\uff0c\u6697\u81ea\u5782\u6cea\uff0c\u7ec6\u5fc3\u7684\u5c0f\u62a4\u58eb\u53d1\u73b0\u540e\uff0c\u4e3b\u52a8\u548c\u4ed6\u8c08\u5fc3\uff0c\u5e76\u7ec6\u5fc3\u7167\u987e\u4ed6\u8d77\u5c45\uff0c\u81ea\u8d39\u4e3a\u4ed6\u8d2d\u4e70\u996d\u83dc\u3001\u997a\u5b50\uff0c\u540c\u75c5\u623f\u7684\u75c5\u53cb\u53d7\u611f\u53ec\uff0c\u4e5f\u4f38\u51fa\u624b\u5e2e\u52a9\u7167\u987e\u4ed6\uff0c\u9001\u4ed6\u8863\u7269\u7b49\uff0c\u4ed6\u8d8a\u6765\u8d8a\u5f00\u5fc3\uff0c\u4e3a\u81ea\u5df1\u4e70\u4e86\u4e00\u53ea\u7b11\u563b\u563b\u7684\u5c0f\u732a\u4f69\u5947\uff0c\u672c\u60f3\u9001\u7ed9\u62a4\u58eb\uff0c\u7f9e\u4e8e\u62ff\u51fa\u624b\uff0c\u53ea\u597d\u53c8\u627e\u4eba\u4ee3\u5199\u4e86\u4e00\u5c01\u611f\u8c22\u4fe1\uff0c\u6734\u7d20\u771f\u631a\u7684\u6587\u7b14\uff0c\u611f\u52a8\u5f97\u62a4\u58eb\u957f\u5c06\u8fd9\u5c01\u201c\u4e0d\u5e73\u5e38\u201d\u611f\u8c22\u4fe1\u6536\u85cf\u4e86\u8d77\u6765\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=916"};
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 () {
}
});
});
}