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=769&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: 1745660323,
nonceStr: '5QKQ1yPboPJzlrtD',
signature: 'acd92b3a08cdf595ca9a78c2d4f5026c4d233c24',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/1e5b1ca74f331a86b94e7362f3d543a3.jpg","title":"\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\uff1a\u5750\u7740\u201c\u5c0f\u6c7d\u8f66\u201d\u5f00\u542f\u624b\u672f\u4e4b\u65c5","smalltext":"6\u67081\u65e5\u8d77\uff0c\u9996\u513f\u6240\u9ebb\u9189\u79d1\u5c06\u6b63\u5f0f\u63a8\u51fa\u201c\u65e0\u54ed\u58f0\u624b\u672f\u5ba4\u201d\u884c\u52a8\u8ba1\u5212\u2014\u2014\u201c\u5c0f\u6c7d\u8f66\u201d\u624b\u672f\u4e4b\u65c5\uff0c\u8fd9\u9879\u670d\u52a1\u4e3e\u63aa\u5c06\u660e\u663e\u6539\u5584\u5b66\u9f84\u524d\u513f\u7ae5\u666e\u904d\u5b58\u5728\u7684\u624b\u672f\u524d\u7126\u8651\u548c\u5bb6\u957f\u5206\u79bb\u56f0\u96be\u7684\u95ee\u9898\uff0c\u8fd9\u4e5f\u662f\u9996\u513f\u6240\u6df1\u5165\u843d\u5b9e\u56fd\u5bb6\u536b\u5065\u59d4\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\uff0c\u4e0d\u65ad\u589e\u5f3a\u4eba\u6c11\u7fa4\u4f17\u5c31\u533b\u83b7\u5f97\u611f\u7684\u5177\u4f53\u4f53\u73b0\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=769"};
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 () {
}
});
});
}