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=2338&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: 1747124981,
nonceStr: 'N7cWK3CH9TMs0a3y',
signature: '478e49fb1ed0a6a1a309c940f7a30d9de115e371',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/9811219fdd40fd6ffe4340f2960363f3.jpg","title":"\u81f4\u656c\u533b\u7597\u961f\uff1a\u8c22\u8c22\u4f60\u4e3a\u6b66\u6c49\u62fc\u8fc7\u547d","smalltext":"\u8fd9\u662f\u4e00\u5ea7\u4e8e\u4e0d\u671f\u7136\u4e4b\u4e2d\u6210\u4e3a\u82f1\u96c4\u7684\u57ce\u5e02\u3002\u6b66\u660c\u9996\u4e49\u7684\u67aa\u58f0\u5df2\u7ecf\u8fc7\u53bb\u4e86\u4e00\u767e\u96f6\u4e5d\u5e74\uff0c\u4e1c\u6e56\u4e4b\u6c34\u6e05\u516e\uff0c\u7167\u89c1\u4e00\u5ea7\u6c5f\u57ce\u3002\u8fd9\u662f\u4e00\u5ea7\u5f97\u5230\u4e86\u5168\u4e16\u754c\u611f\u8c22\uff0c\u5374\u66f4\u60f3\u5bf9\u4e16\u754c\u8bf4\u4e00\u58f0\u611f\u8c22\u7684\u57ce\u5e02\u3002\u8c22\u8c22\u4f60\u4e3a\u6b66","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2338"};
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 () {
}
});
});
}